Skip to content

TalissonBento/regex-merge

 
 

Repository files navigation

Regex Merge

Github Action for multiple branches merging

Inputs

accessToken

Required Github token. Usually secrets.GITHUB_TOKEN.

headBranch

Required Branch to merge.

excludeRegex

Regex pattern for exclude all branchs that maches with

branchRegex

Regex pattern for all branches to be updated.

notifyConflicts

Comments in related PR to branch, notifying about the merge conflict.

Example usage

uses: TalissonBento/[email protected]
with:
  accessToken: ${{ secrets.GITHUB_TOKEN }}
  headBranch: master
  excludeRegex: '^hotfix\/.+'
  branchRegex: '^release\/.+'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%