We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da19c5 commit 51ca631Copy full SHA for 51ca631
.github/labeler.yml
@@ -0,0 +1,3 @@
1
+.d.ts:
2
+ - changed-files:
3
+ - any-glob-to-any-file: '**/*.d.ts'
.github/workflows/labeler.yml
@@ -0,0 +1,16 @@
+name: Label PR by changed files
+
+on:
4
+ pull_request_target:
5
+ types: [opened, synchronize, reopened]
6
7
+jobs:
8
+ label:
9
+ runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ pull-requests: write
13
+ steps:
14
+ - uses: actions/labeler@v5
15
+ with:
16
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments