Skip to content

Commit

Permalink
update/extend labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Oct 15, 2023
1 parent 6df1aa8 commit 57da130
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/labeler-config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
documentation:
- docs/**/*
- README.md
- requirements/_docs.txt

ci/cd:
- .github/actions/**/*
- .github/scripts/*
- .github/workflows/*
- .pre-commit-config.yaml

package:
- src/**/*
- MANIFEST.in
- pyproject.toml
- setup.py

tests:
- tests/**/*
- requirements/_tests.txt

dependencies:
- requirements/*

0 comments on commit 57da130

Please sign in to comment.