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

Make pr-labeler correspond with current labels #447

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
feature: ['feature/*', 'feat/*']
bugfix: fix/*
infrastructure: infrastructure/*
automation: automation/*
documentation: documentation/*
bugfix: ['bugfix/*', 'fix/*']
kind/documentation: ['documentation/*', 'docs/*']
enhancement: enhancement/*
dependencies: ['renovate/*']
kind/chore: chore/*
dependencies: ['renovate/*']
9 changes: 3 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'bugfix'
- title: '🧰 Maintenance'
labels:
- 'infrastructure'
- 'automation'
- 'documentation'
- 'kind/documentation'
- 'dependencies'
- title: '🏎 Performance'
label: 'performance'
- 'enhancement'
- 'kind/chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@ components/
### Naming convention on branches
Start with these names for your branch depending on what your branch includes.

- automation/
- bugfix/
- chore/
- dependencies/
- documentation/
- enhancement/
- feat/single-rights/issue-number
- feat/api-delegation/issue-number
- feat/general/issue-number (When it's not related to any features)
- infrastructure/
- performance/
- feat/api-delegations/issue-number
- feat/general/issue-number (When it's not related to any features of the features above or relates to both)

### ClassNames

Expand Down
Loading