We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ff800 commit 04f1151Copy full SHA for 04f1151
entrypoint.py
@@ -1,7 +1,7 @@
1
'''Create Issue From File'''
2
-from github import Github
3
-from pathlib import Path
4
import os
+from pathlib import Path
+from github import Github
5
6
# Fetch required environment variables
7
github_token = os.environ['GITHUB_TOKEN']
0 commit comments