We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa4bc3 commit 0fbc502Copy full SHA for 0fbc502
maintenance/fetch_unlabeled_prs.py
@@ -7,7 +7,9 @@
7
# Your GitHub Personal Access Token
8
GITHUB_TOKEN = os.getenv("GITHUB_TOKEN")
9
if GITHUB_TOKEN is None:
10
- print("Please specify your GitHub Personal Access Token as GITHUB_TOKEN in your .bashrc")
+ print(
11
+ "Please specify your GitHub Personal Access Token as GITHUB_TOKEN in your .bashrc"
12
+ )
13
exit()
14
GITHUB_USERNAME = "projectmesa"
15
GITHUB_REPO = "mesa"
0 commit comments