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 -2Ignore whitespace
.github/issues-auto-labels.yml+2 -2
@@ -14,7 +14,7 @@
1414 - '(🐧 Linux)'
1515
1616🦊 Firefox:
1717 - '\b(firefox|mozilla)\b'
1818
1919πŸ“± Mobile:
2020 - '\b(iphone|ios|android|πŸ“± Termux)\b'
.github/pr-auto-labels-by-branch.yml+6 -0
@@ -34,6 +34,9 @@
3434🦊 Firefox:
3535- head-branch: ['\bfirefox\b']
3636
37+πŸ§‘β€πŸ€β€πŸ§‘ Group Chat:
38+- head-branch: ['\bgroups?\b']
39+
3740πŸ–ΌοΈ Image Gen:
3841- head-branch: ['\bimage-gen\b']
3942
@@ -58,6 +61,9 @@
5861πŸ“œ Prompt:
5962- head-branch: ['\bprompt\b']
6063
64+🧠 Reasoning:
65+- head-branch: ['\breasoning\b', '\breason\b', '\bthinking\b']
66+
6167🚚 Refactor:
6268- head-branch: ['\brefactor(s|ed)?\b']
6369