0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.github/labeler.yml
Matthew Phillips 0d4922dffe
Add a label for PRs that include documentation changes (#8865)
* Add a label for PRs that include documentation changes

* Update .github/labeler.yml

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Add changsets

---------

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-18 14:24:50 -04:00

43 lines
698 B
YAML

# 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':
- packages/integrations/**
'pkg: lit':
- packages/integrations/lit/**
'pkg: preact':
- packages/integrations/preact/**
'pkg: react':
- packages/integrations/react/**
'pkg: solid':
- packages/integrations/solid/**
'pkg: svelte':
- packages/integrations/svelte/**
'pkg: vue':
- packages/integrations/vue/**
'docs pr':
- README.md
- packages/astro/src/@types/astro.ts
- packages/astro/src/core/errors/errors-data.ts
- .changeset/*.md