Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GithubInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# First create a Github instance using an access token
g = Github(os.environ["github_token"])

# Then play with your Github objects
# Function thats return a list of puul requests as a tempates
def get_pull_requests():
pull_requests = []
for repo in g.get_user().get_repos(): # if repo.name == "DevTraining":
Expand Down