2021-11-15 19:56:00 +00:00
|
|
|
# See https://github.com/actions/labeler
|
|
|
|
|
|
|
|
example:
|
|
|
|
- examples/**/*
|
|
|
|
|
2021-11-17 20:31:58 +00:00
|
|
|
'🚨 action':
|
2021-11-15 19:56:00 +00:00
|
|
|
- .github/workflows/**
|
|
|
|
|
2021-11-17 20:31:58 +00:00
|
|
|
core:
|
|
|
|
- packages/astro/**
|
|
|
|
|
|
|
|
create-astro:
|
|
|
|
- packages/create-astro/**
|
|
|
|
|
|
|
|
markdown:
|
|
|
|
- packages/markdown/**
|
|
|
|
|
2022-05-10 22:44:41 +00:00
|
|
|
integration:
|
2022-04-11 18:19:41 +00:00
|
|
|
- packages/integrations/**
|
2021-11-17 20:31:58 +00:00
|
|
|
|
|
|
|
framework-lit:
|
2022-04-11 18:19:41 +00:00
|
|
|
- packages/integrations/lit/**
|
2021-11-17 20:31:58 +00:00
|
|
|
|
|
|
|
framework-preact:
|
2022-04-11 18:19:41 +00:00
|
|
|
- packages/integrations/preact/**
|
2021-11-17 20:31:58 +00:00
|
|
|
|
|
|
|
framework-react:
|
2022-04-11 18:19:41 +00:00
|
|
|
- packages/integrations/react/**
|
2021-11-17 20:31:58 +00:00
|
|
|
|
|
|
|
framework-solid:
|
2022-04-11 18:19:41 +00:00
|
|
|
- packages/integrations/solid/**
|
2021-11-17 20:31:58 +00:00
|
|
|
|
|
|
|
framework-svelte:
|
2022-04-11 18:19:41 +00:00
|
|
|
- packages/integrations/svelte/**
|
2021-11-17 20:31:58 +00:00
|
|
|
|
|
|
|
framework-vue:
|
2022-04-11 18:19:41 +00:00
|
|
|
- packages/integrations/vue/**
|