diff --git a/.github/pr-auto-comments.yml b/.github/pr-auto-comments.yml index 24dca6153..bdb3e8022 100644 --- a/.github/pr-auto-comments.yml +++ b/.github/pr-auto-comments.yml @@ -41,3 +41,11 @@ labels: 🔬 This PR needs testing! 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. + diff --git a/.github/workflows/pr-auto-manager.yml b/.github/workflows/pr-auto-manager.yml index fb5a654ee..2120f2de5 100644 --- a/.github/workflows/pr-auto-manager.yml +++ b/.github/workflows/pr-auto-manager.yml @@ -43,10 +43,6 @@ jobs: l_max_size: '1000' xl_label: '🟥 ⬤⬤⬤⬤⬤' 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' files_to_ignore: | "package-lock.json"