mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
d74617cbd3
* refactor: types * feat: refactor types * chore: organize imports * fix: remaining references * docs: types * refactor: small changes * chore: changeset
44 lines
710 B
YAML
44 lines
710 B
YAML
# See https://github.com/actions/labeler
|
|
|
|
'pkg: example':
|
|
- examples/**/*
|
|
|
|
'🚨 action':
|
|
- .github/workflows/**
|
|
|
|
'pkg: astro':
|
|
- packages/astro/**
|
|
|
|
'pkg: create-astro':
|
|
- packages/create-astro/**
|
|
|
|
'pkg: db':
|
|
- packages/integrations/db/**
|
|
|
|
'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':
|
|
- packages/astro/src/types/public/**
|
|
- packages/astro/src/core/errors/errors-data.ts
|