We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d685b6a commit 7545177Copy full SHA for 7545177
.github/labeler.yml
@@ -0,0 +1,7 @@
1
+# https://github.com/actions/labeler
2
+docs:
3
+ - changed-files:
4
+ - any-glob-to-any-file: 'docs/**'
5
+github:
6
7
+ - any-glob-to-any-file: '.github/**'
.github/workflows/labeler.yml
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+ - pull_request_target
+
+jobs:
+ labeler:
+ permissions:
8
+ contents: read
9
+ pull-requests: write
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/labeler@v5
0 commit comments