Skip to content

Release/2024 01 25

Release/2024 01 25 #12

Workflow file for this run

name: Auto Hotfix If Needed
on:
pull_request:
types: [ closed ]
branches: [ main ]
jobs:
git-flow-finish-hotfix:
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'hotfix/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Merge hotfix branch into beta branch
uses: Kibibit/gitflow-hotfix@v1.4.0-beta.1
with:
token: ${{ secrets.BOT_TOKEN }}
reviewerToken: ${{ github.token }}
hotfixAgainstBranch: main
openPrAgainstBranch: beta
jobName: git-flow-finish-hotfix