Update auto labeling - Fix labeling of issues not using word boundaries - Add new PR by branch name labels

68965d0791ca9ff4d185c6b809f23026b63611fb

Wolfsblvt <wolfsblvt@gmail.com>

2 files changed, +8 -2Showing whitespace changes
.github/issues-auto-labels.yml+2 -2
@@ -14,7 +14,7 @@
14 - '(🐧 Linux)'14 - '(🐧 Linux)'
1515
16🦊 Firefox:16🦊 Firefox:
17 - '(firefox|mozilla)'17 - '\b(firefox|mozilla)\b'
1818
19πŸ“± Mobile:19πŸ“± Mobile:
20 - '(iphone|ios|android|πŸ“± Termux)'20 - '\b(iphone|ios|android|πŸ“± Termux)\b'
.github/pr-auto-labels-by-branch.yml+6 -0
@@ -34,6 +34,9 @@
34🦊 Firefox:34🦊 Firefox:
35- head-branch: ['\bfirefox\b']35- head-branch: ['\bfirefox\b']
3636
37πŸ§‘β€πŸ€β€πŸ§‘ Group Chat:
38- head-branch: ['\bgroups?\b']
39
37πŸ–ΌοΈ Image Gen:40πŸ–ΌοΈ Image Gen:
38- head-branch: ['\bimage-gen\b']41- head-branch: ['\bimage-gen\b']
3942
@@ -58,6 +61,9 @@
58πŸ“œ Prompt:61πŸ“œ Prompt:
59- head-branch: ['\bprompt\b']62- head-branch: ['\bprompt\b']
6063
64🧠 Reasoning:
65- head-branch: ['\breasoning\b', '\breason\b', '\bthinking\b']
66
61🚚 Refactor:67🚚 Refactor:
62- head-branch: ['\brefactor(s|ed)?\b']68- head-branch: ['\brefactor(s|ed)?\b']
6369