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:
41 🔬 This PR needs testing!41 🔬 This PR needs testing!
42 Any contributor can test and leave reviews, so feel free to help us out!42 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:
43 l_max_size: '1000'43 l_max_size: '1000'
44 xl_label: '🟥 ⬤⬤⬤⬤⬤'44 xl_label: '🟥 ⬤⬤⬤⬤⬤'
45 fail_if_xl: 'false'45 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.
50 github_api_url: 'https://api.github.com'46 github_api_url: 'https://api.github.com'
51 files_to_ignore: |47 files_to_ignore: |
52 "package-lock.json"48 "package-lock.json"