-
Notifications
You must be signed in to change notification settings - Fork 62.3k
Fail when creating PR #3187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail when creating PR #3187
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Add `--fail` to exit with non-zero return code when `curl` fails to create a PR.
@sayanarijit Thanks so much for opening a PR! I'll get this triaged for review ⚡ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Great! Thanks for this contribution, I'll merge it in
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
Why:
To improve the doc for creating PR from GH actions.
What's being changed:
Add
--fail
to exit with non-zero return code whencurl
fails to create a PR.Check off the following: