Skip to content

Commit

Permalink
Maintenance: update labeler rules to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Dec 11, 2023
1 parent d55f33b commit 6bea82a
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
"CI/CD":
- all:
- ".github/workflows/**"
- changed-files:
- any-glob-to-any-file:
- ".github/workflows/**"
- "tox.ini"
- ".yamllint.yml"

"Maintenance":
- all:
- ".github/**"
- changed-files:
- any-glob-to-any-file:
- ".github/*"
- ".github/ISSUE_TEMPLATE/*"

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

"docs":
- any:
- "docs/**"
- changed-files:
- any-glob-to-any-file:
- "docs/**"
- "examples/**"
- "README.rst"

0 comments on commit 6bea82a

Please sign in to comment.