Move PR size message to auto label replies
| @@ -41,3 +41,11 @@ labels: | ||
| 41 | 41 | 🔬 This PR needs testing! |
| 42 | 42 | Any contributor can test and leave reviews, so feel free to help us out! |
| 43 | 43 | |
| 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 | + | |
| @@ -43,10 +43,6 @@ jobs: | ||
| 43 | 43 | l_max_size: '1000' |
| 44 | 44 | xl_label: '🟥 ⬤⬤⬤⬤⬤' |
| 45 | 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 | 46 | github_api_url: 'https://api.github.com' |
| 51 | 47 | files_to_ignore: | |
| 52 | 48 | "package-lock.json" |