Skip to content

Commit 81afb60

Browse files
committed
print statements added for debugging
1 parent d3f26d5 commit 81afb60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handlers/pull_request_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def extract_issue_number(self, title):
1818
async def get_issue_data(self, owner, repo, issue_number):
1919
try:
2020
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
21+
print('github token is ', GITHUB_TOKEN)
2122
headers = {
2223
"Accept": "application/vnd.github+json",
2324
"Authorization": f"Bearer {GITHUB_TOKEN}",

0 commit comments

Comments
 (0)