mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-04 14:54:32 +01:00
Increase thresholds for PR autolabeler (#4602)
This commit is contained in:
committed by
GitHub
parent
1b04e5cafc
commit
20a4922b40
7
.github/workflows/pr-label.yml
vendored
7
.github/workflows/pr-label.yml
vendored
@@ -48,11 +48,10 @@ jobs:
|
||||
s_label: 'size/s'
|
||||
s_max_size: 10
|
||||
m_label: 'size/m'
|
||||
m_max_size: 50
|
||||
m_max_size: 100
|
||||
l_label: 'size/l'
|
||||
l_max_size: 200
|
||||
l_max_size: 500
|
||||
xl_label: 'size/xl'
|
||||
message_if_xl: >
|
||||
This PR exceeds the recommended size of 200 lines.
|
||||
This PR exceeds the recommended size of 500 lines.
|
||||
Please make sure you are NOT addressing multiple issues with one PR.
|
||||
Note this PR might be rejected due to its size
|
||||
|
||||
Reference in New Issue
Block a user