astro/.github/labeler.yml

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

38 lines
571 B
YAML
Raw Permalink Normal View History

# See https://github.com/actions/labeler
'pkg: example':
- examples/**/*
'🚨 action':
- .github/workflows/**
'pkg: astro':
- packages/astro/**
'pkg: create-astro':
- packages/create-astro/**
'feat: markdown':
- packages/markdown/**
'pkg: integration':
2022-04-11 18:19:41 +00:00
- packages/integrations/**
'pkg: lit':
2022-04-11 18:19:41 +00:00
- packages/integrations/lit/**
'pkg: preact':
2022-04-11 18:19:41 +00:00
- packages/integrations/preact/**
'pkg: react':
2022-04-11 18:19:41 +00:00
- packages/integrations/react/**
'pkg: solid':
2022-04-11 18:19:41 +00:00
- packages/integrations/solid/**
'pkg: svelte':
2022-04-11 18:19:41 +00:00
- packages/integrations/svelte/**
'pkg: vue':
2022-04-11 18:19:41 +00:00
- packages/integrations/vue/**