Skip to content

Commit

Permalink
Create hotfix-to-release.yml
Browse files Browse the repository at this point in the history
Automation Branch merge
  • Loading branch information
reyaan-boltman authored Sep 14, 2023
1 parent 86ae0ed commit 01f7989
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/hotfix-to-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Hotfix to Release Automation"
on:
push:
branches:
- "hotfix/*"

jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: everlytic/branch-merge-v2@master
with:
github_token: ${{ secrets.ADMIN_REYAAN_MERGE_TOKEN }}
source_ref: ${{ github.ref }}
target_branch: "release/*"
commit_message_template: '[BOT] - Auto-merge {source_ref} into {target_branch}'

0 comments on commit 01f7989

Please sign in to comment.