forked from mirrors/Awesome-CV
Ignore binary files and examples for pull-request-labeler
This commit is contained in:
parent
560c3f2442
commit
e076d0ed41
1 changed files with 10 additions and 3 deletions
13
.github/workflows/pull-request-labeler.yaml
vendored
13
.github/workflows/pull-request-labeler.yaml
vendored
|
@ -22,13 +22,20 @@ jobs:
|
||||||
xs_label: 'size/XS'
|
xs_label: 'size/XS'
|
||||||
xs_max_size: '20'
|
xs_max_size: '20'
|
||||||
s_label: 'size/S'
|
s_label: 'size/S'
|
||||||
s_max_size: '50'
|
s_max_size: '100'
|
||||||
m_label: 'size/M'
|
m_label: 'size/M'
|
||||||
m_max_size: '150'
|
m_max_size: '500'
|
||||||
l_label: 'size/L'
|
l_label: 'size/L'
|
||||||
l_max_size: '300'
|
l_max_size: '1000'
|
||||||
xl_label: 'size/XL'
|
xl_label: 'size/XL'
|
||||||
fail_if_xl: 'false'
|
fail_if_xl: 'false'
|
||||||
message_if_xl: >
|
message_if_xl: >
|
||||||
'This PR has too many changes.
|
'This PR has too many changes.
|
||||||
Please make sure you are NOT addressing multiple issues with one PR.'
|
Please make sure you are NOT addressing multiple issues with one PR.'
|
||||||
|
files_to_ignore: |
|
||||||
|
"examples/*"
|
||||||
|
"*.otf"
|
||||||
|
"*.pdf"
|
||||||
|
"*.png"
|
||||||
|
"*.sty"
|
||||||
|
"*.ttf"
|
||||||
|
|
Loading…
Reference in a new issue