Skip to content

Commit

Permalink
Maintenance: Labeler
Browse files Browse the repository at this point in the history
* fix "docs" auto label if docs changed in any PR
* add "tests" auto label if only tests was changed
  • Loading branch information
Aleksei Stepanov committed Sep 26, 2023
1 parent a453d09 commit ae22e6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
- ".github/**"
- "!.github/workflows/**"

"tests":
- all:
- "tests/**"

"docs":
- any:
- "docs/**"
- "examples/**"
- "README.rst"

0 comments on commit ae22e6c

Please sign in to comment.