- Notifications
You must be signed in to change notification settings - Fork62.5k
Open
Labels
SME reviewedAn SME has reviewed this issue/PRactionsThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issuenever-staleDo not close as staletriageDo not begin working on this issue until triaged by the team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project'sCode of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
What part(s) of the article would you like to see updated?
GitHub Actionsmerge_group
trigger supportsbranches
filter since itsbeta release in Aug 2022, but it's not documented till now.
I guess the symmetricbranches-ignore
filter is also supported but didn't check it myself.
One option is to extend current sectionon.<pull_request|pull_request_target>.<branches|branches-ignore>
to covermerge_group
and taking care of old anchor name redirection. Or add a separateon.merge_group.<branches|branches-ignore>
section.
Additional information
Relevant GitHub Blogs
- Betahttps://github.blog/changelog/2022-08-18-merge-group-webhook-event-and-github-actions-workflow-trigger/
- Public betahttps://github.blog/changelog/2023-04-19-pull-request-merge-queue-public-beta-api-support-and-recent-fixes/
- Generally availablehttps://github.blog/changelog/2023-07-12-pull-request-merge-queue-is-now-generally-available/
Related
- Add branches to merge-group schema actions/languageservices#12
- Add branches-ignore to merge_group schema actions/languageservices#18
- Path filtering does not work for merge_group triggershttps://github.com/orgs/community/discussions/45899
Metadata
Metadata
Assignees
Labels
SME reviewedAn SME has reviewed this issue/PRactionsThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issuenever-staleDo not close as staletriageDo not begin working on this issue until triaged by the team