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:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- "src/**"
|
- "src/**"
|
||||||
|
- "default/config.yaml"
|
||||||
- "server.js"
|
- "server.js"
|
||||||
- "plugins.js"
|
- "plugins.js"
|
||||||
- "recover.js"
|
- "recover.js"
|
||||||
@@ -14,6 +15,11 @@
|
|||||||
- "UpdateAndStart.bat"
|
- "UpdateAndStart.bat"
|
||||||
- "UpdateForkAndStart.bat"
|
- "UpdateForkAndStart.bat"
|
||||||
|
|
||||||
|
⚙️ config.yaml:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- "default/config.yaml"
|
||||||
|
|
||||||
🛠️ Build Changes:
|
🛠️ Build Changes:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- 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'
|
labels-to-remove-when-unstale: '🚏 Awaiting User Response'
|
||||||
stale-issue-label: '🛑 No Response'
|
stale-issue-label: '🛑 No Response'
|
||||||
close-issue-label: '🕸️ Inactive'
|
close-issue-label: '🕸️ Inactive'
|
||||||
exempt-issue-labels: '📌 Keep Open,🚧 Alternative Exists'
|
exempt-issue-labels: '🚧 Alternative Exists'
|
||||||
|
|
||||||
alternative-exists:
|
alternative-exists:
|
||||||
name: Mark Issues with 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
|
uses: codelytv/pr-size-labeler@v1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||||
xs_label: 'PR - Small'
|
xs_label: '🟩 ⬤○○○○'
|
||||||
xs_max_size: '1'
|
xs_max_size: '20'
|
||||||
s_label: 'PR - Small'
|
s_label: '🟩 ⬤⬤○○○'
|
||||||
s_max_size: '100'
|
s_max_size: '100'
|
||||||
m_label: 'PR - Medium'
|
m_label: '🟨 ⬤⬤⬤○○'
|
||||||
m_max_size: '500'
|
m_max_size: '500'
|
||||||
l_label: 'PR - Large'
|
l_label: '🟧 ⬤⬤⬤⬤○'
|
||||||
l_max_size: '1000'
|
l_max_size: '1000'
|
||||||
xl_label: 'PR - XL'
|
xl_label: '🟥 ⬤⬤⬤⬤⬤'
|
||||||
fail_if_xl: 'false'
|
fail_if_xl: 'false'
|
||||||
message_if_xl: >
|
message_if_xl: >
|
||||||
⚠️ This PR is over 1000 lines, which is larger than recommended.
|
⚠️ This PR is over 1000 lines, which is larger than recommended.
|
||||||
|
Reference in New Issue
Block a user