mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01:00
ci: Disable annoying auto-message discouraging big PRs
This commit is contained in:
3
.github/workflows/pr-label.yml
vendored
3
.github/workflows/pr-label.yml
vendored
@@ -52,9 +52,6 @@ jobs:
|
|||||||
l_label: 'size/l'
|
l_label: 'size/l'
|
||||||
l_max_size: 500
|
l_max_size: 500
|
||||||
xl_label: 'size/xl'
|
xl_label: 'size/xl'
|
||||||
message_if_xl: >
|
|
||||||
This PR exceeds the recommended size of 500 lines.
|
|
||||||
Please make sure you are NOT addressing multiple issues with one PR.
|
|
||||||
|
|
||||||
scope:
|
scope:
|
||||||
if: ${{ github.event_name == 'pull_request_target' }}
|
if: ${{ github.event_name == 'pull_request_target' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user