Skip to content

Commit 4807270

Browse files
ci: sync template files [skip ci] (#276)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dec73dd commit 4807270

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/labeler.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@
1414

1515
"✒️ documentation":
1616
- changed-files:
17-
- any-glob-to-any-file: ["**/docs/**", "**/README.md"]
17+
- any-glob-to-any-file: "**/README.md"
1818

1919
"🌏 i18n":
2020
- changed-files:
21-
- all-globs-to-any-file:
22-
- "**/docs/!(en)/**"
23-
- "**/docs/[a-z][a-z]/**"
24-
- any-glob-to-any-file:
25-
- "**/docs/[a-z][a-z]-[a-z][a-z]/**"
21+
- all-globs-to-any-file: ["**/docs/**", "!**/docs/en/**"]
22+
23+
"🚀 manifest":
24+
- changed-files:
25+
- any-glob-to-any-file: "manifest*/**"
2626

2727
"📦 package":
2828
- changed-files:
29-
- any-glob-to-any-file: ["**/packages/**", "**/package.json"]
29+
- any-glob-to-any-file: "**/packages/**"
30+
- any-glob-to-any-file: "**/package.json"
3031

3132
"🏯 styles":
3233
- changed-files:

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
gh label delete "invalid" --yes || true
3333
gh label delete "question" --yes || true
3434
gh label delete "wontfix" --yes || true
35+
gh label delete "🚀 manifest" --yes || true
3536
3637
gh label create "🚨 action" --description "Changes in GitHub workflows or actions" --color "A75AD5" --force
3738
gh label create "🤖 bot" --description "Automatically generated pull request" --color "0075CA" --force
@@ -45,7 +46,6 @@ jobs:
4546
gh label create "🆘 help wanted" --description "Extra attention is needed" --color "BFD4F2" --force
4647
gh label create "🌏 i18n" --description "Updates to internationalized docs, excluding English" --color "006B75" --force
4748
gh label create "👀 invalid" --description "This doesn't seem right" --color "E4E669" --force
48-
gh label create "🚀 manifest" --description "Manifest-related changes" --color "96D3D7" --force
4949
gh label create "📦 package" --description "Updates in package structure or package.json" --color "F34A37" --force
5050
gh label create "❓ question" --description "Further information is requested" --color "D876E3" --force
5151
gh label create "🏯 styles" --description "Stylesheets or design updates" --color "550F5A" --force

0 commit comments

Comments
 (0)