mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Rename some labels, add config label
- Rename PR size labels - Add config.yaml label on config changes - Add config.yaml to the backened changes label - Awaiting User Response will not be blocked by Keep Open
This commit is contained in:
6
.github/pr-auto-labels-by-files.yml
vendored
6
.github/pr-auto-labels-by-files.yml
vendored
@@ -5,6 +5,7 @@
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- "src/**"
|
||||
- "default/config.yaml"
|
||||
- "server.js"
|
||||
- "plugins.js"
|
||||
- "recover.js"
|
||||
@@ -14,6 +15,11 @@
|
||||
- "UpdateAndStart.bat"
|
||||
- "UpdateForkAndStart.bat"
|
||||
|
||||
⚙️ config.yaml:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- "default/config.yaml"
|
||||
|
||||
🛠️ Build Changes:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
|
2
.github/workflows/job-close-stale.yml
vendored
2
.github/workflows/job-close-stale.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
labels-to-remove-when-unstale: '🚏 Awaiting User Response'
|
||||
stale-issue-label: '🛑 No Response'
|
||||
close-issue-label: '🕸️ Inactive'
|
||||
exempt-issue-labels: '📌 Keep Open,🚧 Alternative Exists'
|
||||
exempt-issue-labels: '🚧 Alternative Exists'
|
||||
|
||||
alternative-exists:
|
||||
name: Mark Issues with Alternative Exists
|
||||
|
12
.github/workflows/pr-auto-manager.yml
vendored
12
.github/workflows/pr-auto-manager.yml
vendored
@@ -31,15 +31,15 @@ jobs:
|
||||
uses: codelytv/pr-size-labeler@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
xs_label: 'PR - Small'
|
||||
xs_max_size: '1'
|
||||
s_label: 'PR - Small'
|
||||
xs_label: '🟩 ⬤○○○○'
|
||||
xs_max_size: '20'
|
||||
s_label: '🟩 ⬤⬤○○○'
|
||||
s_max_size: '100'
|
||||
m_label: 'PR - Medium'
|
||||
m_label: '🟨 ⬤⬤⬤○○'
|
||||
m_max_size: '500'
|
||||
l_label: 'PR - Large'
|
||||
l_label: '🟧 ⬤⬤⬤⬤○'
|
||||
l_max_size: '1000'
|
||||
xl_label: 'PR - XL'
|
||||
xl_label: '🟥 ⬤⬤⬤⬤⬤'
|
||||
fail_if_xl: 'false'
|
||||
message_if_xl: >
|
||||
⚠️ This PR is over 1000 lines, which is larger than recommended.
|
||||
|
Reference in New Issue
Block a user