Skip to content

Commit

Permalink
Remove PR size labeling (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: Reuven Peretz <[email protected]>
  • Loading branch information
reuvenperetz and Reuven Peretz authored Aug 1, 2022
1 parent fb7c037 commit 91cb580
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,3 @@ jobs:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_label: 'size/xs'
xs_max_size: '10'
s_label: 'size/s'
s_max_size: '100'
m_label: 'size/m'
m_max_size: '500'
l_label: 'size/l'
l_max_size: '1000'
xl_label: 'size/xl'
fail_if_xl: 'false'
message_if_xl: >
This PR exceeds the recommended size of 1000 lines.
Please make sure you are NOT addressing multiple issues with one PR.
Note this PR might be rejected due to its size.

0 comments on commit 91cb580

Please sign in to comment.