Skip to content

Commit

Permalink
Add more debug info when failing to update description
Browse files Browse the repository at this point in the history
  • Loading branch information
platisd committed Mar 18, 2023
1 parent 453990b commit 59fda18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autofill_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def main():
"Request to update pull request description failed: "
+ str(update_pr_description_result.status_code)
)
print("Response: " + update_pr_description_result.text)
return 1


Expand Down

0 comments on commit 59fda18

Please sign in to comment.