-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add auto labeler and associated config (#186)
* add auto labeler and associated config * Update .github/config/labeler.yaml * Update labeler.yaml --------- Co-authored-by: Theo Ephraim <theo@dmno.dev>
- Loading branch information
1 parent
ce17711
commit 102ca7c
Showing
2 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Labeler configuration | ||
|
||
## core packages | ||
core: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/core/*' | ||
configraph: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/configraph/*' | ||
## docs/readmes | ||
docs-site: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/docs-site/*' | ||
## integrations | ||
integrations/astro: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/integrations/astro/*' | ||
integrations/nextjs: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/integrations/nextjs/*' | ||
integrations/vite: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/integrations/vite/*' | ||
## plugins | ||
plugins/1password: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/plugins/1password/*' | ||
plugins/encrypted-vault: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/plugins/encrypted-vault/*' | ||
plugins/infisical: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/plugins/infisical/*' | ||
plugins/bitwarden: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/plugins/bitwarden/*' | ||
## integrations | ||
integrations/astro: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/integrations/astro/*' | ||
integrations/fastify: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/integrations/fastify/*' | ||
integrations/nextjs: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/integrations/nextjs/*' | ||
integrations/remix: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/integrations/remix/*' | ||
integrations/vite: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/integrations/vite/*' | ||
## platforms | ||
platforms/netlify: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/platforms/netlify/*' | ||
platforms/vercel: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/platforms/vercel/*' | ||
platforms/cloudflare: | ||
- changed-files: | ||
- any-glob-to-any-file: 'packages/platforms/cloudflare/*' | ||
## example-repo | ||
example-repo: | ||
- changed-files: | ||
- any-glob-to-any-file: 'example-repo/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters