We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df63f2 commit ed7691cCopy full SHA for ed7691c
.github/labeler.yml
@@ -0,0 +1,8 @@
1
+enhancement:
2
+ - head-branch: ["^feature/"]
3
+
4
+bug:
5
+ - head-branch: ["^fix/"]
6
7
+internal:
8
+ - head-branch: ["^chore/"]
.github/workflows/labeler.yml
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+ - pull_request_target
+jobs:
+ labeler:
+ permissions:
+ contents: read
9
+ pull-requests: write
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/labeler@v5
0 commit comments