Skip to content

dassaf1/gitflow-hotfix

 
 

Repository files navigation

@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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.7%
  • TypeScript 31.6%
  • Shell 0.7%