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 ee82165 commit b4c34c6Copy full SHA for b4c34c6
.github/labeler.yml
@@ -0,0 +1,12 @@
1
+docs:
2
+ - changed-files:
3
+ - any-glob-to-any-file:
4
+ - '**/*.md'
5
+
6
+internal:
7
8
9
+ - .github/**/*
10
+ - scripts/**/*
11
+ - .gitignore
12
+ - .pre-commit-config.yaml
.github/workflows/labeler.yml
+name: Pull Request Labeler
+on:
+ pull_request_target:
+jobs:
+ labeler:
+ permissions:
+ contents: read
+ pull-requests: write
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v5
0 commit comments