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
| @@ -5,6 +5,7 @@ | |||
| 5 | - changed-files: | 5 | - changed-files: |
| 6 | - any-glob-to-any-file: | 6 | - any-glob-to-any-file: |
| 7 | - "src/**" | 7 | - "src/**" |
| 8 | - "default/config.yaml" | ||
| 8 | - "server.js" | 9 | - "server.js" |
| 9 | - "plugins.js" | 10 | - "plugins.js" |
| 10 | - "recover.js" | 11 | - "recover.js" |
| @@ -14,6 +15,11 @@ | |||
| 14 | - "UpdateAndStart.bat" | 15 | - "UpdateAndStart.bat" |
| 15 | - "UpdateForkAndStart.bat" | 16 | - "UpdateForkAndStart.bat" |
| 16 | 17 | ||
| 18 | ⚙️ config.yaml: | ||
| 19 | - changed-files: | ||
| 20 | - any-glob-to-any-file: | ||
| 21 | - "default/config.yaml" | ||
| 22 | |||
| 17 | 🛠️ Build Changes: | 23 | 🛠️ Build Changes: |
| 18 | - changed-files: | 24 | - changed-files: |
| 19 | - any-glob-to-any-file: | 25 | - any-glob-to-any-file: |
| @@ -76,7 +76,7 @@ jobs: | |||
| 76 | labels-to-remove-when-unstale: '🚏 Awaiting User Response' | 76 | labels-to-remove-when-unstale: '🚏 Awaiting User Response' |
| 77 | stale-issue-label: '🛑 No Response' | 77 | stale-issue-label: '🛑 No Response' |
| 78 | close-issue-label: '🕸️ Inactive' | 78 | close-issue-label: '🕸️ Inactive' |
| 79 | exempt-issue-labels: '📌 Keep Open,🚧 Alternative Exists' | 79 | exempt-issue-labels: '🚧 Alternative Exists' |
| 80 | 80 | ||
| 81 | alternative-exists: | 81 | alternative-exists: |
| 82 | name: Mark Issues with Alternative Exists | 82 | name: Mark Issues with Alternative Exists |
| @@ -31,15 +31,15 @@ jobs: | |||
| 31 | uses: codelytv/pr-size-labeler@v1 | 31 | uses: codelytv/pr-size-labeler@v1 |
| 32 | with: | 32 | with: |
| 33 | GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} | 33 | GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} |
| 34 | xs_label: 'PR - Small' | 34 | xs_label: '🟩 ⬤○○○○' |
| 35 | xs_max_size: '1' | 35 | xs_max_size: '20' |
| 36 | s_label: 'PR - Small' | 36 | s_label: '🟩 ⬤⬤○○○' |
| 37 | s_max_size: '100' | 37 | s_max_size: '100' |
| 38 | m_label: 'PR - Medium' | 38 | m_label: '🟨 ⬤⬤⬤○○' |
| 39 | m_max_size: '500' | 39 | m_max_size: '500' |
| 40 | l_label: 'PR - Large' | 40 | l_label: '🟧 ⬤⬤⬤⬤○' |
| 41 | l_max_size: '1000' | 41 | l_max_size: '1000' |
| 42 | xl_label: 'PR - XL' | 42 | xl_label: '🟥 ⬤⬤⬤⬤⬤' |
| 43 | fail_if_xl: 'false' | 43 | fail_if_xl: 'false' |
| 44 | message_if_xl: > | 44 | message_if_xl: > |
| 45 | ⚠️ This PR is over 1000 lines, which is larger than recommended. | 45 | ⚠️ This PR is over 1000 lines, which is larger than recommended. |