chore: do not send message for xlarge PR (#3020)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-12-27 21:22:19 +08:00
committed by GitHub
parent b8b1e98399
commit bd0eed7af9

View File

@@ -21,8 +21,5 @@ jobs:
l_max_size: '1000'
xl_label: 'Size: XL'
fail_if_xl: 'false'
message_if_xl: >
This PR exceeds the recommended size of 1000 lines.
Please make sure you are NOT addressing multiple issues with one PR.
Note this PR might be rejected due to its size.
message_if_xl: ""
files_to_ignore: 'Cargo.lock'