astro/.github/labeler.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
552 B
YAML
Raw Permalink Normal View History

# See https://github.com/actions/labeler
example:
- examples/**/*
'🚨 action':
- .github/workflows/**
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/**
framework-lit:
2022-04-11 18:19:41 +00:00
- packages/integrations/lit/**
framework-preact:
2022-04-11 18:19:41 +00:00
- packages/integrations/preact/**
framework-react:
2022-04-11 18:19:41 +00:00
- packages/integrations/react/**
framework-solid:
2022-04-11 18:19:41 +00:00
- packages/integrations/solid/**
framework-svelte:
2022-04-11 18:19:41 +00:00
- packages/integrations/svelte/**
framework-vue:
2022-04-11 18:19:41 +00:00
- packages/integrations/vue/**