-
Notifications
You must be signed in to change notification settings - Fork 60.5k
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
Fix GITHUB.SHA and GITHUB.REF for repository_dispatch #1493
Conversation
I'm fairly sure the `repository_dispatch` event always happens for the default branch. This presumption is confirmed by the fact that the `reusables.github-actions.branch-requirement` note is present for this event. I think this was a copy-paste error from `workflow_dispatch`.
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. |
@ba32107 Thanks so much for opening a PR! I'll get this triaged for review 💖 |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
Hi @janiceilene, just commenting so the PR doesn't go stale. Any chance this could be reviewed? Thanks. |
@ba32107 Thanks for your patience! Our small team is working our way through reviewing all of the amazing contributions ✨ |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
Bump |
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.
Thanks for this fix, @ba32107! Yep, I believe you are right, I'll get this merged! 🚀
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
* Update maintenance.md Add status page and tip to apply changes early * Apply suggestions from code review Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Lana Brindley <github@lanabrindley.com>
Why:
Fixes #1494
What's being changed:
I've changed the
GITHUB.SHA
andGITHUB.REF
values to refer to the default branch.Check off the following: