Skip to content

Commit

Permalink
Ignore binary files and examples for pull-request-labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Dec 1, 2023
1 parent 560c3f2 commit e076d0e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/pull-request-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e076d0e

Please sign in to comment.