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 6379775 commit 14fc004Copy full SHA for 14fc004
.github/pr-labeler.yml
@@ -0,0 +1,3 @@
1
+enhancement: ['feature:*', 'feat:*']
2
+bug: ['fix:*']
3
+breaking-change: ['*!*']
.github/workflows/pull-request-lint.yml
@@ -57,4 +57,15 @@ jobs:
57
with:
58
header: pr-title-lint-error
59
delete: true
60
-
+ pr-labeler:
61
+ name: Add Label
62
+ needs: [ validate ]
63
+ runs-on: ubuntu-latest
64
+ permissions:
65
+ contents: read
66
+ pull-requests: write
67
+ steps:
68
+ - uses: TimonVS/pr-labeler-action@v4
69
+ with:
70
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
71
+ configuration-path: .github/pr-labeler.yml
0 commit comments