* 🐛 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>
16 lines
288 B
YAML
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
|