Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 3.16 KB

README.md

File metadata and controls

73 lines (62 loc) · 3.16 KB

@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