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 af56dc1 commit 86f6eeeCopy full SHA for 86f6eee
.github/labeler.yml
@@ -0,0 +1,15 @@
1
+docs:
2
+ - changed-files:
3
+ - any-glob-to-any-file:
4
+ - docs/**/*
5
+ - docs_src/**/*
6
+
7
+internal:
8
9
10
+ - .github/**/*
11
+ - scripts/**/*
12
+ - .gitignore
13
+ - .pre-commit-config.yaml
14
+ - pdm_build.py
15
+ - requirements*.txt
.github/workflows/labeler.yml
@@ -0,0 +1,12 @@
+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