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 349fc97 commit 2956d7dCopy full SHA for 2956d7d
.github/labeler.yml
@@ -0,0 +1,14 @@
1
+docs:
2
+ - changed-files:
3
+ - any-glob-to-any-file:
4
+ - README.md
5
+
6
+internal:
7
8
9
+ - .github/**/*
10
+ - scripts/**/*
11
+ - .gitignore
12
+ - .pre-commit-config.yaml
13
+ - pdm_build.py
14
+ - 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