mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
parent
40a1aab7d4
commit
ad060cdbef
2 changed files with 10 additions and 7 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
|
@ -20,9 +20,9 @@ repo:
|
|||
- changed-files:
|
||||
- any-glob-to-any-file: .github
|
||||
|
||||
# Add 'bug' label to any PR where the head branch name contains `fix` or `bug`
|
||||
# Add 'bug' label to any PR where the head branch name contains `fix` or `bug` as the prefix.
|
||||
bugfix:
|
||||
- head-branch: [fix, bug, Fix, FIX, Bug, 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