Skip to content
git-pull-request

GitHub Action

@kibibit/gitflow-hotfix

v1.5.0 Latest version

@kibibit/gitflow-hotfix

git-pull-request

@kibibit/gitflow-hotfix

Open second PR if branch is hotfix based on gitflow rules

Installation

Copy and paste the following snippet into your .yml file.

              

- name: @kibibit/gitflow-hotfix

uses: Kibibit/gitflow-hotfix@v1.5.0

Learn more about this action in Kibibit/gitflow-hotfix

Choose a version

@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