A GitHub App/Action that automates the creation of issue branches (either automatically after assigning an issue or after commenting on an issue with a ChatOps command:
/create-issue-branch
or/cib
).
Built in response to this feature reuest issue:
https://github.com/isaacs/github/issues/1125
This app can support your development workflow in two ways (modes): auto and chatops.
In "auto" mode the typical development workflow is:
some time may pass
issue-15-Fix_nasty_bug
)In "chatops" mode the typical development workflow is:
some time may pass
/cib
as a comment on the issueissue-15-Fix_nasty_bug
)There are two options to run this app as part of your development workflow:
See the documentation in the GitHub repository: https://github.com/robvanderleek/create-issue-branch
Please create an issue: https://github.com/robvanderleek/create-issue-branch/issues