Move PR size message to auto label replies

This commit is contained in:
Wolfsblvt
2025-03-13 20:12:55 +01:00
parent 15dbadbfe0
commit d9c868b2fe
2 changed files with 8 additions and 4 deletions

View File

@ -41,3 +41,11 @@ labels:
🔬 This PR needs testing! 🔬 This PR needs testing!
Any contributor can test and leave reviews, so feel free to help us out! Any contributor can test and leave reviews, so feel free to help us out!
- name: 🟥 ⬤⬤⬤⬤⬤
labeled:
pr:
body: >
⚠️ This PR is over 1000 lines, which is larger than recommended.
Please make sure that it only addresses a single issue - PRs this large are hard to test and may be rejected.

View File

@ -43,10 +43,6 @@ jobs:
l_max_size: '1000' l_max_size: '1000'
xl_label: '🟥 ⬤⬤⬤⬤⬤' xl_label: '🟥 ⬤⬤⬤⬤⬤'
fail_if_xl: 'false' fail_if_xl: 'false'
message_if_xl: >
⚠️ This PR is over 1000 lines, which is larger than recommended.
Please make sure that it only addresses a single issue - PRs this large are hard to test and may be rejected.
github_api_url: 'https://api.github.com' github_api_url: 'https://api.github.com'
files_to_ignore: | files_to_ignore: |
"package-lock.json" "package-lock.json"