Move PR size message to auto label replies

d9c868b2fed57e8f32a6c8596368801a54f2cf9c

Wolfsblvt <wolfsblvt@gmail.com>

2 files changed, +8 -4Showing whitespace changes
.github/pr-auto-comments.yml+8 -0
@@ -41,3 +41,11 @@ labels:
4141 🔬 This PR needs testing!
4242 Any contributor can test and leave reviews, so feel free to help us out!
4343
44+ - name: 🟥 ⬤⬤⬤⬤⬤
45+ labeled:
46+ pr:
47+ body: >
48+ ⚠️ This PR is over 1000 lines, which is larger than recommended.
49+
50+ Please make sure that it only addresses a single issue - PRs this large are hard to test and may be rejected.
51+
.github/workflows/pr-auto-manager.yml+0 -4
@@ -43,10 +43,6 @@ jobs:
4343 l_max_size: '1000'
4444 xl_label: '🟥 ⬤⬤⬤⬤⬤'
4545 fail_if_xl: 'false'
46- message_if_xl: >
47- ⚠️ This PR is over 1000 lines, which is larger than recommended.
48-
49- Please make sure that it only addresses a single issue - PRs this large are hard to test and may be rejected.
5046 github_api_url: 'https://api.github.com'
5147 files_to_ignore: |
5248 "package-lock.json"