We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb4546 commit 62a335cCopy full SHA for 62a335c
.github/pr-labeler.yml
@@ -1,3 +1,11 @@
1
-enhancement: ['feature:*', 'feat:*']
2
-bug: ['fix:*']
3
-breaking-change: ['*!*']
+version: 1
+labels:
+ - label: "enhancement"
4
+ title: "feat:*"
5
6
+ title: "feature:*"
7
+ - label: "bug"
8
+ title: "fix:*"
9
+ - label: "breaking-change"
10
+ title: "*!*"
11
+
.github/workflows/pull-request-lint.yml
@@ -65,7 +65,8 @@ jobs:
65
contents: read
66
pull-requests: write
67
steps:
68
- - uses: TimonVS/pr-labeler-action@v4
+ - uses: srvaroa/labeler@1
69
+ env:
70
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- configuration-path: .github/pr-labeler.yml
72
+ config_path: .github/pr-labeler.yml
0 commit comments