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 68fc724 commit eae4119Copy full SHA for eae4119
.github/labeler.yml
@@ -0,0 +1,15 @@
1
+documentation:
2
+ - changed-files:
3
+ - any-glob-to-any-file: "docs/**"
4
+
5
+feature:
6
+ - head-branch: ["^feature/"]
7
8
+fix:
9
+ - head-branch: ["^fix/"]
10
11
+hotfix:
12
+ - head-branch: ["^hotfix/"]
13
14
+release:
15
+ - head-branch: ["^release/"]
.github/workflows/labeler.yml
@@ -0,0 +1,14 @@
+name: Pull Request Labeler
+on: pull_request
+jobs:
+ labeler:
+ runs-on: ubuntu-latest
+ permissions:
+ contents: read
+ pull-requests: write
+ steps:
+ - uses: actions/labeler@v6
0 commit comments