Configure Release Drafter to organize PRs by label

This commit is contained in:
Brandon Evans 2021-01-25 19:28:05 -07:00
parent 9a2057bcd5
commit 35dba9322c
No known key found for this signature in database
GPG key ID: D58A4B8DB64F8E93
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,15 @@
categories:
- title: '🚀 Enhancements'
labels:
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'bugfix'
- title: '🧰 Maintenance'
label:
- 'chore'
- 'documentation'
- 'dependencies'
template: |
## Changes

View file

@ -1,6 +1,8 @@
name: Release Drafter
on:
# Allow running it manually in case we forget to label a PR before merging
workflow_dispatch:
push:
branches:
- main