Skip to content

Commit

Permalink
Merge branch 'update_pr_workflow' into test_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chkim-usgs authored Jan 13, 2025
2 parents 3cd118b + b5941b0 commit 22ab824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pr_label_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_pr_attributes(response: Response) -> tuple:
pull_response_json = response.json()
if len(pull_response_json) == 0:
# No PRs attributed to the commit
print(False)
print(False + "HELLO")
sys.exit(0)
pull_number = pull_response_json[0].get("number")
pull_body = pull_response_json[0].get("body")
Expand Down

0 comments on commit 22ab824

Please sign in to comment.