Skip to content

@kibibit/gitflow-hotfix

Actions
Open second PR if branch is hotfix based on gitflow rules
v1.5.0
Latest
Star (0)

@kibibit/gitflow-hotfix

All Contributors

Open a second PR if branch is a hotfix


Usage

name: Auto Hotfix If Needed

on:
  pull_request:
    branches: [ main ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Auto Hotfix If Needed
        uses: Kibibit/gitflow-hotfix@v1.0.0
        with:
          token: ${{ secrets.BOT_TOKEN }}
          hotfixAgainstBranch: main
          openPrAgainstBranch: beta
          jobName: git-flow-finish-hotfix

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Neil Kalman

💻 📖 🎨 🚧 🚇 ⚠️

This project follows the all-contributors specification. Contributions of any kind are welcome!

Logo made by Freepik from www.flaticon.com

Stay in touch

@kibibit/gitflow-hotfix is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Open second PR if branch is hotfix based on gitflow rules
v1.5.0
Latest

@kibibit/gitflow-hotfix is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.