Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nemchik authored Dec 11, 2023
1 parent f9bc1b6 commit d86fe6d
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
apps:
- compose/*
- compose/**/*
- changed-files:
- any-glob-to-any-file: ["compose/*", "compose/**/*"]

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

core:
- ./*.sh
- ./**/*.sh
- .scripts/*
- .scripts/**/*

- changed-files:
- any-glob-to-any-file:
["./*.sh", "./**/*.sh", ".scripts/*", ".scripts/**/*"]
docs:
- ./*.md
- ./**/*.md
- ./mkdocs.yml
- docs/*
- docs/**/*
- changed-files:
- any-glob-to-any-file:
["./*.md", "./**/*.md", "./mkdocs.yml", "docs/*", "docs/**/*"]

repo:
- ./*
- .github/*
- .github/**/*
- "!./*.md"
- "!./*.sh"
- "!.github/workflows/*"
- changed-files:
- any-glob-to-any-file:
[
"./*",
".github/*",
".github/**/*",
'"!./*.md"',
'"!./*.sh"',
'"!.github/workflows/*"',
]

0 comments on commit d86fe6d

Please sign in to comment.