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 5ce97d8 commit b4dba68Copy full SHA for b4dba68
.github/labeler.yml
@@ -0,0 +1,2 @@
1
+v7:
2
+- base-branch: "7.x"
.github/workflows/labeler.yml
@@ -0,0 +1,14 @@
+name: labeler
+
3
+on:
4
+- pull_request_target
5
6
+jobs:
7
+ labeler:
8
+ permissions:
9
+ contents: read
10
+ pull-requests: write
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/labeler@v6
14
0 commit comments