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:
Wolfsblvt
2025-03-13 19:28:23 +01:00
parent cc3e08ddaa
commit 972eea1efd
3 changed files with 13 additions and 7 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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.