-
Notifications
You must be signed in to change notification settings - Fork 68.8k
No doc of on.merge_group.<branches|branches-ignore> #32879
Copy link
Copy link
Labels
SME reviewedAn SME has reviewed this issue/PRAn SME has reviewed this issue/PRactionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issuenever-staleDo not close as staleDo not close as stale
Description
Activity
Metadata
Metadata
Assignees
Labels
SME reviewedAn SME has reviewed this issue/PRAn SME has reviewed this issue/PRactionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issuenever-staleDo not close as staleDo not close as stale
Code 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 Actions
merge_grouptrigger supportsbranchesfilter since its beta release in Aug 2022, but it's not documented till now.I guess the symmetric
branches-ignorefilter is also supported but didn't check it myself.One option is to extend current section
on.<pull_request|pull_request_target>.<branches|branches-ignore>to covermerge_groupand taking care of old anchor name redirection. Or add a separateon.merge_group.<branches|branches-ignore>section.Additional information
Relevant GitHub Blogs
Related