Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFRA] release-drafter consider new labels #472

Merged
merged 11 commits into from
Aug 10, 2020
11 changes: 11 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,19 @@ categories:
- title: 🐛 Bug Fixes
labels:
- bug
- title: 🦾 Robustness
labels:
- 'robustness'
- title: ⤵️ Library Integration
labels:
- 'lib integration'
- title: ↔️ Library Extensibility
labels:
- 'lib extensibility'
- title: 📝 Documentation
label: documentation
- title: 🎮 Demo and Examples
label: example
- title: 📦 Dependency updates
labels:
# Default label used by dependabot
Expand Down