👷 Add GitHub Action labeler (#1068)

This commit is contained in:
Sebastián Ramírez 2024-08-12 21:39:05 -05:00 committed by GitHub
parent af56dc165f
commit 86f6eeea19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 0 deletions

15
.github/labeler.yml vendored Normal file
View File

@ -0,0 +1,15 @@
docs:
- changed-files:
- any-glob-to-any-file:
- docs/**/*
- docs_src/**/*
internal:
- changed-files:
- any-glob-to-any-file:
- .github/**/*
- scripts/**/*
- .gitignore
- .pre-commit-config.yaml
- pdm_build.py
- requirements*.txt

12
.github/workflows/labeler.yml vendored Normal file
View File

@ -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