Skip to content

Commit

Permalink
chore(ci): Increase PR size labels from S to XL (#31986)
Browse files Browse the repository at this point in the history
* chore(ci): Change label calculation for PR size

* chore(ci): Change label calculation for PR size
  • Loading branch information
bsmth committed Jan 30, 2024
1 parent 9760ffb commit bf3ec9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
xs_label: "size/xs"
xs_max_size: "5"
s_label: "size/s"
s_max_size: "10"
s_max_size: "50"
m_label: "size/m"
m_max_size: "50"
m_max_size: "500"
l_label: "size/l"
l_max_size: "100"
l_max_size: "1000"
xl_label: "size/xl"
fail_if_xl: "false"
message_if_xl: ""
Expand Down

0 comments on commit bf3ec9e

Please sign in to comment.