40 lines
580 B
YAML
40 lines
580 B
YAML
# See https://github.com/actions/labeler
|
|
|
|
example:
|
|
- examples/**/*
|
|
|
|
'🚨 action':
|
|
- .github/workflows/**
|
|
|
|
test:
|
|
- packages/**/*.test.js
|
|
|
|
core:
|
|
- packages/astro/**
|
|
|
|
create-astro:
|
|
- packages/create-astro/**
|
|
|
|
markdown:
|
|
- packages/markdown/**
|
|
|
|
renderer:
|
|
- packages/integrations/**
|
|
|
|
framework-lit:
|
|
- packages/integrations/lit/**
|
|
|
|
framework-preact:
|
|
- packages/integrations/preact/**
|
|
|
|
framework-react:
|
|
- packages/integrations/react/**
|
|
|
|
framework-solid:
|
|
- packages/integrations/solid/**
|
|
|
|
framework-svelte:
|
|
- packages/integrations/svelte/**
|
|
|
|
framework-vue:
|
|
- packages/integrations/vue/**
|