We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0e693 commit 147a27eCopy full SHA for 147a27e
1 file changed
script.py
@@ -5,7 +5,7 @@
5
6
load_dotenv()
7
8
-
+# Check arguments and OS ENV
9
if len(sys.argv) > 1:
10
repository_owner = sys.argv[1]
11
repository_name = sys.argv[2]
@@ -28,6 +28,7 @@
28
state = "open"
29
issues = repo.get_issues(labels=labels, state=state, sort='updated')
30
31
+# Log repository
32
print(repo)
33
34
# Loop through each issue and get its comments
0 commit comments