Skip to content

Commit

Permalink
Reactivate PR Size labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles authored Nov 8, 2024
1 parent a26a75b commit e4885ec
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 e4885ec

Please sign in to comment.