Skip to content

Commit

Permalink
fix: fix PR labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Nov 17, 2023
1 parent 5cb4546 commit 62a335c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
14 changes: 11 additions & 3 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
enhancement: ['feature:*', 'feat:*']
bug: ['fix:*']
breaking-change: ['*!*']
version: 1
labels:
- label: "enhancement"
title: "feat:*"
- label: "enhancement"
title: "feature:*"
- label: "bug"
title: "fix:*"
- label: "breaking-change"
title: "*!*"

7 changes: 4 additions & 3 deletions .github/workflows/pull-request-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: TimonVS/pr-labeler-action@v4
- uses: srvaroa/labeler@1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labeler.yml
config_path: .github/pr-labeler.yml

0 comments on commit 62a335c

Please sign in to comment.