Skip to content

Commit

Permalink
Update pr_label_checker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chkim-usgs authored Jan 14, 2025
1 parent 9b4cf7b commit 34d6843
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 @@ -42,7 +42,7 @@ def get_pr_attributes(response: Response) -> tuple:
Get necessary PR attributes.
"""
pull_response_json = response.json()
print(str(pull_response_json))
# print(str(pull_response_json))
if not len(pull_response_json):
# No PRs attributed to the commit
print(False)
Expand Down

0 comments on commit 34d6843

Please sign in to comment.