Summary | Badge |
---|---|
Release Stability | |
Latest Release | |
Code Quality | |
Code Coverage |
Autobranch is a GitHub Action for the issues
event. It automatically creates
issue/<number>-<short_description>
-style issues, e.g.: issue/311-migrate-editor
.
Note: You should never expect stability from the
master
branch. Please specify a version from the releases instead.
You must add Autobranch to a workflow that uses the issues
event. See below:
name: my-workflow
on:
issues:
types: [assigned]
jobs:
autobranch:
runs-on: ubuntu-latest
steps:
- uses: autosuite/autobranch@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
You can see all configuration in the action.yml file.
There is no special configuration for this Action; just the token. This may be subject to change as the need arises.
If you would like to contribute to this project, please read our contributors documentation and our code of conduct. The license we use for this project is here: LICENSE.