Github Action for multiple branches merging
Required Github token. Usually secrets.GITHUB_TOKEN.
Required Branch to merge.
Regex pattern for exclude all branchs that maches with
Regex pattern for all branches to be updated.
Comments in related PR to branch, notifying about the merge conflict.
uses: TalissonBento/[email protected]
with:
accessToken: ${{ secrets.GITHUB_TOKEN }}
headBranch: master
excludeRegex: '^hotfix\/.+'
branchRegex: '^release\/.+'