Skip to content

Commit

Permalink
Merge pull request #12811 from learningequality/rtibbles-patch-2
Browse files Browse the repository at this point in the history
Reactivate PR Size labels
  • Loading branch information
rtibbles authored Nov 8, 2024
2 parents a26a75b + e4885ec commit 87418dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ name: PR Labels
on: [pull_request_target]

jobs:
size-labels:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: codelytv/pr-size-labeler@v1
with:
xs_label: 'SIZE: very small'
xs_max_size: '10'
s_label: 'SIZE: small'
s_max_size: '100'
m_label: 'SIZE: medium'
m_max_size: '500'
l_label: 'SIZE: large'
l_max_size: '1000'
xl_label: 'SIZE: very large'
fail_if_xl: 'false'
files_to_ignore: 'yarn.lock'
other-labels:
permissions:
contents: read
Expand Down

0 comments on commit 87418dd

Please sign in to comment.