mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
A bit more auto-labeling on issue open
This commit is contained in:
6
.github/issues-auto-labels.yml
vendored
6
.github/issues-auto-labels.yml
vendored
@@ -12,3 +12,9 @@
|
||||
|
||||
🐧 Linux:
|
||||
- '(🐧 Linux)'
|
||||
|
||||
🦊 Firefox:
|
||||
- '(firefox|mozilla)'
|
||||
|
||||
📱 Mobile:
|
||||
- '(iphone|ios|android|📱 Termux)'
|
||||
|
3
.github/workflows/issues-auto-manager.yml
vendored
3
.github/workflows/issues-auto-manager.yml
vendored
@@ -11,6 +11,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Auto-Label Issues (Based on Issue Content)
|
||||
# only auto label based on issue content once, on open (to prevent re-labeling removed labels)
|
||||
if: github.event.action == 'opened'
|
||||
|
||||
# Issue Labeler
|
||||
# https://github.com/marketplace/actions/regex-issue-labeler
|
||||
uses: github/issue-labeler@v3
|
||||
|
Reference in New Issue
Block a user