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 a38b1bb commit 38cf75dCopy full SHA for 38cf75d
.github/pr-labeler.yml
@@ -0,0 +1,12 @@
1
+---
2
+feat: feat/*
3
+fix: fix/*
4
+docs: docs/*
5
+style: style/*
6
+refactor: refactor/*
7
+perf: perf/*
8
+test: test/*
9
+build: build/*
10
+ci: ci/*
11
+chore: chore/*
12
+revert: revert/*
.github/workflows/pr-labeler.yml
@@ -0,0 +1,11 @@
+name: Pull Request Labeler
+on:
+ pull_request:
+jobs:
+ pr-labeler:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: TimonVS/pr-labeler-action@v3
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments