mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
labeler tweaks (#2617)
This commit is contained in:
parent
f7eb10c17b
commit
2daf1ba67b
4 changed files with 44 additions and 35 deletions
8
.github/labeler.yml
vendored
8
.github/labeler.yml
vendored
|
|
@ -10,19 +10,19 @@
|
|||
|
||||
# Add 'enhancement' label to any PR where the head branch name contains `feat`
|
||||
enhancement:
|
||||
- head-branch: ['feat']
|
||||
- head-branch: [feat, Feat, FEAT]
|
||||
|
||||
# Add 'repo' label to any PR where the head branch name contains `repo`
|
||||
# or files in the .github dir
|
||||
repo:
|
||||
- any:
|
||||
- head-branch: ['repo']
|
||||
- head-branch: [repo, Repo]
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: '.github'
|
||||
- any-glob-to-any-file: .github
|
||||
|
||||
# Add 'bug' label to any PR where the head branch name contains `fix` or `bug`
|
||||
bugfix:
|
||||
- head-branch: ['fix', 'bug']
|
||||
- head-branch: [fix, bug, Fix, FIX, Bug, BUG]
|
||||
|
||||
# our fallback - bug except repo, feat, or automated pipelines
|
||||
# bug_fallthrough:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue