mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update auto labeling
- Fix labeling of issues not using word boundaries - Add new PR by branch name labels
This commit is contained in:
4
.github/issues-auto-labels.yml
vendored
4
.github/issues-auto-labels.yml
vendored
@@ -14,7 +14,7 @@
|
|||||||
- '(🐧 Linux)'
|
- '(🐧 Linux)'
|
||||||
|
|
||||||
🦊 Firefox:
|
🦊 Firefox:
|
||||||
- '(firefox|mozilla)'
|
- '\b(firefox|mozilla)\b'
|
||||||
|
|
||||||
📱 Mobile:
|
📱 Mobile:
|
||||||
- '(iphone|ios|android|📱 Termux)'
|
- '\b(iphone|ios|android|📱 Termux)\b'
|
||||||
|
6
.github/pr-auto-labels-by-branch.yml
vendored
6
.github/pr-auto-labels-by-branch.yml
vendored
@@ -34,6 +34,9 @@
|
|||||||
🦊 Firefox:
|
🦊 Firefox:
|
||||||
- head-branch: ['\bfirefox\b']
|
- head-branch: ['\bfirefox\b']
|
||||||
|
|
||||||
|
🧑🤝🧑 Group Chat:
|
||||||
|
- head-branch: ['\bgroups?\b']
|
||||||
|
|
||||||
🖼️ Image Gen:
|
🖼️ Image Gen:
|
||||||
- head-branch: ['\bimage-gen\b']
|
- head-branch: ['\bimage-gen\b']
|
||||||
|
|
||||||
@@ -58,6 +61,9 @@
|
|||||||
📜 Prompt:
|
📜 Prompt:
|
||||||
- head-branch: ['\bprompt\b']
|
- head-branch: ['\bprompt\b']
|
||||||
|
|
||||||
|
🧠 Reasoning:
|
||||||
|
- head-branch: ['\breasoning\b', '\breason\b', '\bthinking\b']
|
||||||
|
|
||||||
🚚 Refactor:
|
🚚 Refactor:
|
||||||
- head-branch: ['\brefactor(s|ed)?\b']
|
- head-branch: ['\brefactor(s|ed)?\b']
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user