Files
FHeD/.github/issue-branch.yml
Alexander Davis 31cecc6757 🚨 Testing New Existing Page (#94)
* 🐛 Fix get open subs error (#89)

Signed-off-by: Luke Tainton <luke@tainton.uk>

Co-authored-by: Luke Tainton <luke@tainton.uk>

* Changes to branches

* 📈 Add mailing list subscription button (#92) (#93)

Signed-off-by: Luke Tainton <luke@tainton.uk>

Co-authored-by: Luke Tainton <luke@tainton.uk>

* New Existing Page

* Changes to branch

On request

* Removal of duplicate references

Co-authored-by: Luke Tainton <luke@tainton.uk>
2020-08-14 21:23:45 +01:00

16 lines
288 B
YAML

mode: auto
silent: false
branchName: '${issue.number}'
branches:
- label: type/feature
prefix: feat/
- label: type/bug
prefix: bug/
- label: type/epic
prefix: epic/
- label: type/docs
prefix: docs/
- label: type/automation
prefix: auto/
autoCloseIssue: true