Update auto labeling - Fix labeling of issues not using word boundaries - Add new PR by branch name labels
| @@ -14,7 +14,7 @@ | ||
| 14 | 14 | - '(π§ Linux)' |
| 15 | 15 | |
| 16 | 16 | π¦ Firefox: |
| 17 | 17 | - '\b(firefox|mozilla)\b' |
| 18 | 18 | |
| 19 | 19 | π± Mobile: |
| 20 | 20 | - '\b(iphone|ios|android|π± Termux)\b' |
| @@ -34,6 +34,9 @@ | ||
| 34 | 34 | π¦ Firefox: |
| 35 | 35 | - head-branch: ['\bfirefox\b'] |
| 36 | 36 | |
| 37 | +π§βπ€βπ§ Group Chat: | |
| 38 | +- head-branch: ['\bgroups?\b'] | |
| 39 | + | |
| 37 | 40 | πΌοΈ Image Gen: |
| 38 | 41 | - head-branch: ['\bimage-gen\b'] |
| 39 | 42 | |
| @@ -58,6 +61,9 @@ | ||
| 58 | 61 | π Prompt: |
| 59 | 62 | - head-branch: ['\bprompt\b'] |
| 60 | 63 | |
| 64 | +π§ Reasoning: | |
| 65 | +- head-branch: ['\breasoning\b', '\breason\b', '\bthinking\b'] | |
| 66 | + | |
| 61 | 67 | π Refactor: |
| 62 | 68 | - head-branch: ['\brefactor(s|ed)?\b'] |
| 63 | 69 | |