File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments