Skip to content

Commit

Permalink
ci: Upgrade PR labeler
Browse files Browse the repository at this point in the history
Adds a new label's category for Pull Request size.
The labels are based on the amount of altered lines.
  • Loading branch information
wpiet committed Jul 22, 2024
1 parent 8561044 commit 7049f6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
with:
sync-labels: true
configuration-path: .github/labeler_cfg.yml

- name: Assign labels based on the PR's size
uses: codelytv/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignore_file_deletions: true

0 comments on commit 7049f6c

Please sign in to comment.