Skip to content

Commit

Permalink
Remove size labels while broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles authored Jun 20, 2024
1 parent caa523b commit afde874
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/pr_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@ name: PR Labels
on: [pull_request_target]

jobs:
size-labels:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: learningequality/pr-labeler@4fa65192c29ab023b135421c19bb4aa63f39df27
with:
xs_max_size: '10'
s_max_size: '100'
m_max_size: '500'
l_max_size: '1000'
exclude_files: '^$'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
other-labels:
permissions:
contents: read
Expand Down

0 comments on commit afde874

Please sign in to comment.