Skip to content

Commit

Permalink
ci: increase PR labeler warning limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid authored May 21, 2023
1 parent 9d9f2bc commit e5f4bf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_label: 'size/xs'
xs_max_size: 2
xs_max_size: 35
s_label: 'size/s'
s_max_size: 10
s_max_size: 75
m_label: 'size/m'
m_max_size: 50
m_max_size: 150
l_label: 'size/l'
l_max_size: 200
l_max_size: 300
xl_label: 'size/xl'
message_if_xl: >
This PR exceeds the recommended size of 200 lines.
This PR exceeds the recommended size of 300 lines (counting both additions & deletions).
Kindly ensure that you are NOT addressing multiple issues in one PR.
We recommend you to create atomic PRs which focus on a single change.

0 comments on commit e5f4bf8

Please sign in to comment.