Skip to content
/ hotfix Public
forked from tibdex/backport

🔙 GitHub Action to backport pull requests labeled `Hotfix`

License

Notifications You must be signed in to change notification settings

Jud/hotfix

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotfix Bot is a JavaScript GitHub Action to backport a pull request to a list of branches by simply adding a Hotfix label to it.

It can backport rebased and merged pull requests with a single commit and squashed and merged pull requests. It thus integrates well with Autosquash.

Usage

  1. 🔌 Add this .github/workflows/hotfix.yml to your repository.
  2. 💬 Change the branches key to the branch names you want hotfixes backported to.
  3. ✨ That's it! When the pull request gets merged, it will be backported to the specified branches. If the pull request cannot be backported, a comment explaining why will automatically be posted.

About

🔙 GitHub Action to backport pull requests labeled `Hotfix`

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 82.7%
  • JavaScript 17.3%