Ignore binary files and examples for pull-request-labeler

This commit is contained in:
Byungjin Park 2023-12-01 22:16:09 +09:00
parent 560c3f2442
commit e076d0ed41
No known key found for this signature in database
GPG key ID: 0E44F71854180758

View file

@ -22,13 +22,20 @@ jobs:
xs_label: 'size/XS'
xs_max_size: '20'
s_label: 'size/S'
s_max_size: '50'
s_max_size: '100'
m_label: 'size/M'
m_max_size: '150'
m_max_size: '500'
l_label: 'size/L'
l_max_size: '300'
l_max_size: '1000'
xl_label: 'size/XL'
fail_if_xl: 'false'
message_if_xl: >
'This PR has too many changes.
Please make sure you are NOT addressing multiple issues with one PR.'
files_to_ignore: |
"examples/*"
"*.otf"
"*.pdf"
"*.png"
"*.sty"
"*.ttf"