Skip to content

Commit

Permalink
fix: labeler.yml (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Nov 13, 2024
1 parent 44ca41d commit df07f6f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
docs:
- "docs/**"
- "README.md"
- "README-*.md"
documentation:
- changed-files:
- any-glob-to-any-file:
- "docs/**"
- "README.md"
- "README-*.md"

tests:
- "tests/**"
- changed-files:
- any-glob-to-any-file:
- "tests/**"

ci:
- ".github/**"
- ".pre-commit-config.yaml"
- ".readthedocs.yaml"
- "codedev.yml"
- changed-files:
- any-glob-to-any-file:
- ".github/**"
- ".pre-commit-config.yaml"
- ".readthedocs.yaml"
- "codedev.yml"
3 changes: 3 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit df07f6f

Please sign in to comment.