Skip to content

Commit

Permalink
update labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed Jan 2, 2024
1 parent 6b60715 commit 425028d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Infrastructure:
- changed-files:
- any-glob-to-any-file: [
".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:
- changed-files:
- any-glob-to-any-file: [".github/**/*"]
- changed-files:
- any-glob-to-any-file: [".github/**/*"]

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

0 comments on commit 425028d

Please sign in to comment.