A GitHub App built with Probot that creates a new branch after assigning an issue
What does this app do?
This app can support your development workflow in two ways (modes): auto and chatops.
In "auto" mode the typical development workflow is:
- An issue is created, for example: Issue 15: Fix nasty bug!
some time may pass
- The issue is assigned
- When the issue is assigned this app will create a new issue branch
(for the example issue this branch will be calledissue-15-Fix_nasty_bug
)
In "chatops" mode the typical development workflow is:
- An issue is created, for example: Issue 15: Fix nasty bug!
some time may pass
- A developer that wants to work on this issue gives the ChatOps command
/cib
as a comment on the issue - This app will create a new issue branch
(for the example issue this branch will be calledissue-15-Fix_nasty_bug
)
By default the app notifies creation is completed with a comment on the issue.
See the GitHub repo for configuration options.
Create issue branch after assigning issue
Create issue branch after /cib command in comment
Pricing and setup
Create Issue Branch
Enjoy for free
Star the repo if you like this app.
Create Issue Branch is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.