Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
voltgizerz committed Jun 28, 2024
1 parent dc2255b commit 112aa94
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 29 deletions.
1 change: 0 additions & 1 deletion .github/reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ reviewers:
groups:
repository-owners:
- voltgizerz
- hemite123
general:
- voltgizerz

Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- 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.
github_api_url: 'https://api.github.com'
files_to_ignore: ''

- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GH_TOKEN }}"
28 changes: 0 additions & 28 deletions .github/workflows/pr-size-labeler.yml

This file was deleted.

0 comments on commit 112aa94

Please sign in to comment.