blob: 185c6dd3ee4d17e479b0a5a0218aac0d8d9778ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# See https://github.com/actions/labeler
example:
- examples/**/*
'🚨 action':
- .github/workflows/**
core:
- packages/astro/**
create-astro:
- packages/create-astro/**
markdown:
- packages/markdown/**
integration:
- 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/**
|