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

972eea1efd4083d88ac497aca2eaea37180fa1ba

Wolfsblvt <wolfsblvt@gmail.com>

3 files changed, +13 -7Showing whitespace changes
.github/pr-auto-labels-by-files.yml+6 -0
@@ -5,6 +5,7 @@
55- changed-files:
66 - any-glob-to-any-file:
77 - "src/**"
8+ - "default/config.yaml"
89 - "server.js"
910 - "plugins.js"
1011 - "recover.js"
@@ -14,6 +15,11 @@
1415 - "UpdateAndStart.bat"
1516 - "UpdateForkAndStart.bat"
1617
18+⚙️ config.yaml:
19+- changed-files:
20+ - any-glob-to-any-file:
21+ - "default/config.yaml"
22+
1723🛠️ Build Changes:
1824- changed-files:
1925 - any-glob-to-any-file:
.github/workflows/job-close-stale.yml+1 -1
@@ -76,7 +76,7 @@ jobs:
7676 labels-to-remove-when-unstale: '🚏 Awaiting User Response'
7777 stale-issue-label: '🛑 No Response'
7878 close-issue-label: '🕸️ Inactive'
7979 exempt-issue-labels: '📌 Keep Open,🚧 Alternative Exists'
8080
8181 alternative-exists:
8282 name: Mark Issues with Alternative Exists
.github/workflows/pr-auto-manager.yml+6 -6
@@ -31,15 +31,15 @@ jobs:
3131 uses: codelytv/pr-size-labeler@v1
3232 with:
3333 GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
3434 xs_label: 'PR -🟩 Small⬤○○○○'
3535 xs_max_size: '120'
3636 s_label: 'PR -🟩 Small⬤⬤○○○'
3737 s_max_size: '100'
3838 m_label: 'PR -🟨 Medium⬤⬤⬤○○'
3939 m_max_size: '500'
4040 l_label: 'PR -🟧 Large⬤⬤⬤⬤○'
4141 l_max_size: '1000'
4242 xl_label: 'PR -🟥 XL⬤⬤⬤⬤⬤'
4343 fail_if_xl: 'false'
4444 message_if_xl: >
4545 ⚠️ This PR is over 1000 lines, which is larger than recommended.