Fix GITHUB.SHA and GITHUB.REF for repository_dispatch#1493
Fix GITHUB.SHA and GITHUB.REF for repository_dispatch#1493lucascosti merged 4 commits intogithub:mainfrom
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 |
lucascosti
left a comment
There was a problem hiding this comment.
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.SHAandGITHUB.REFvalues to refer to the default branch.Check off the following: