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 534a50d commit be702afCopy full SHA for be702af
main.py
@@ -95,12 +95,7 @@ def add_job_summary() -> int:
95
96
def add_pr_comments() -> int:
97
"""Posts the commit check result as a comment on the pull request."""
98
- if (
99
- PR_COMMENTS == "false"
100
- or not GITHUB_TOKEN
101
- or not GITHUB_REPOSITORY
102
- or not GITHUB_REF
103
- ):
+ if PR_COMMENTS == "false":
104
return 0
105
106
try:
0 commit comments