mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move PR size message to auto label replies
This commit is contained in:
8
.github/pr-auto-comments.yml
vendored
8
.github/pr-auto-comments.yml
vendored
@ -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.
|
||||||
|
|
||||||
|
4
.github/workflows/pr-auto-manager.yml
vendored
4
.github/workflows/pr-auto-manager.yml
vendored
@ -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"
|
||||||
|
Reference in New Issue
Block a user