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 a048b1a commit 6bd2082Copy full SHA for 6bd2082
image/tools/github_pr_comment.py
@@ -47,7 +47,7 @@ def find_pr() -> str:
47
48
event_type = os.environ['GITHUB_EVENT_NAME']
49
50
- if event_type == ['pull_request', 'pull_request_review_comment']:
+ if event_type in ['pull_request', 'pull_request_review_comment']:
51
return event['pull_request']['url']
52
53
elif event_type == 'issue_comment':
0 commit comments