Skip to content

Commit

Permalink
update labels to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed Jan 2, 2024
1 parent 1ff5165 commit 6b60715
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Infrastructure Labels
Infrastructure:
- .github/**/*
- .pre-commit-config.yaml
- .readthedocs.yml
- .gitignore
- pyproject.toml
- setup.cfg
- changed-files:
- any-glob-to-any-file: [
".github/**/*",
".pre-commit-config.yaml",
".readthedocs.yml",
".gitignore",
"pyproject.toml",
"setup.cfg"
]

GitHub:
- .github/**/*
- changed-files:
- any-glob-to-any-file: [".github/**/*"]

# Docs Labels
Docs:
- docs/**/*
- changed-files:
- any-glob-to-any-file: ["docs/**/*"]

0 comments on commit 6b60715

Please sign in to comment.