Skip to content

Commit e8264c4

Browse files
committed
more debugging
1 parent a53ae66 commit e8264c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.py

+2
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,10 @@ def main(github_token, fail_on_alert, fail_on_alert_exclude_closed, disable_pr_c
365365
logging.debug(f"comment_id for PR comment API URL: {comment_id}") # DEBUG
366366
for comment in pr_comments:
367367
logging.debug(f"comment['id'] from comments response: {comment['id']}") # DEBUG
368+
logging.debug(type(comment['id'])) # DEBUG
368369
if comment['id'] == comment_id:
369370
logging.debug(f"MATCH FOUND: Alert {alert['number']} is in a PR comment.")
371+
logging.debug(type(comment_id)) # DEBUG
370372
alerts_in_pr.append(alert)
371373
break
372374
elif location['type'] == 'pull_request_review':

0 commit comments

Comments
 (0)