Update auto labeling - Fix labeling of issues not using word boundaries - Add new PR by branch name labels
| @@ -14,7 +14,7 @@ | |||
| 14 | - '(π§ Linux)' | 14 | - '(π§ Linux)' |
| 15 | 15 | ||
| 16 | π¦ Firefox: | 16 | π¦ Firefox: |
| 17 | - '(firefox|mozilla)' | 17 | - '\b(firefox|mozilla)\b' |
| 18 | 18 | ||
| 19 | π± Mobile: | 19 | π± Mobile: |
| 20 | - '(iphone|ios|android|π± Termux)' | 20 | - '\b(iphone|ios|android|π± Termux)\b' |
| @@ -34,6 +34,9 @@ | |||
| 34 | π¦ Firefox: | 34 | π¦ Firefox: |
| 35 | - head-branch: ['\bfirefox\b'] | 35 | - head-branch: ['\bfirefox\b'] |
| 36 | 36 | ||
| 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'] |
| 39 | 42 | ||
| @@ -58,6 +61,9 @@ | |||
| 58 | π Prompt: | 61 | π Prompt: |
| 59 | - head-branch: ['\bprompt\b'] | 62 | - head-branch: ['\bprompt\b'] |
| 60 | 63 | ||
| 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'] |
| 63 | 69 | ||