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 755ce41
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/labeler-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,21 @@ ci/cd:
- .github/actions/**/*
- .github/scripts/*
- .github/workflows/*
- .pre-commit-config.yaml

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

documentation:
- docs/**/*
- requirements/_docs.txt

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

dependencies:
- requirements/*

0 comments on commit 755ce41

Please sign in to comment.