-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yaml
More file actions
31 lines (24 loc) · 804 Bytes
/
labeler.yaml
File metadata and controls
31 lines (24 loc) · 804 Bytes
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
# See https://github.com/actions/labeler/tree/v5
"🚨 action":
- changed-files:
- any-glob-to-any-file: .github/workflows/**
"📝 changeset":
- changed-files:
- any-glob-to-any-file: "**/.changeset/**.{md,mdx}"
"🚧 config":
- changed-files:
- any-glob-to-any-file: "**/*config*.{js,ts,jsx,tsx,mjs,mts,json,yml,yaml,toml,cjs,cts}"
"✒️ documentation":
- changed-files:
- any-glob-to-any-file: ["**/docs/**", "**/README.md"]
"🌏 i18n":
- changed-files:
- any-glob-to-any-file:
- "**/docs/!(en)/"
- "**/docs/[a-z][a-z]-[a-z][a-z]/**"
"📦 package":
- changed-files:
- any-glob-to-any-file: ["**/packages/**", "package.json"]
"🏯 styles":
- changed-files:
- any-glob-to-any-file: "**/*.{css,scss,sass,less,styl}"