Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: sync template files [skip ci] (#20)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

trueberryless-org[bot]
github-actions[bot]
and committed by
GitHub
1098a318 deed6171

+33 -26
+5 -8
.github/labeler.yaml
··· 14 14 15 15 "✒️ documentation": 16 16 - changed-files: 17 - - any-glob-to-any-file: "**/README.md" 17 + - any-glob-to-any-file: ["**/docs/**", "**/README.md"] 18 18 19 19 "🌏 i18n": 20 20 - changed-files: 21 - - all-globs-to-any-file: ["**/docs/**", "!**/docs/en/**"] 22 - 23 - "🚀 manifest": 24 - - changed-files: 25 - - any-glob-to-any-file: "manifest*/**" 21 + - any-glob-to-any-file: 22 + - "**/docs/!(en)/" 23 + - "**/docs/[a-z][a-z]-[a-z][a-z]/**" 26 24 27 25 "📦 package": 28 26 - changed-files: 29 - - any-glob-to-any-file: "**/packages/**" 30 - - any-glob-to-any-file: "**/package.json" 27 + - any-glob-to-any-file: ["**/packages/**", "package.json"] 31 28 32 29 "🏯 styles": 33 30 - changed-files:
+4 -4
.github/workflows/format.yaml
··· 13 13 autofix: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 16 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 17 17 with: 18 18 persist-credentials: false 19 19 20 20 - name: Setup PNPM 21 - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 21 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 22 22 23 23 - name: Setup Node 24 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 24 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 25 25 with: 26 26 node-version: ${{ env.NODE_VERSION }} 27 27 cache: "pnpm" ··· 39 39 shopt -s globstar 40 40 find . -name '*.png' -exec pngquant --ext .png 256 {} \; 41 41 42 - - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 42 + - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
+2 -2
.github/workflows/labeler.yaml
··· 16 16 app_id: ${{ secrets.BOT_APP_ID }} 17 17 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 18 18 19 - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 19 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 20 20 with: 21 21 persist-credentials: false 22 22 - name: Ensure labels exist ··· 32 32 gh label delete "invalid" --yes || true 33 33 gh label delete "question" --yes || true 34 34 gh label delete "wontfix" --yes || true 35 + gh label delete "🚀 manifest" --yes || true 35 36 36 37 gh label create "🚨 action" --description "Changes in GitHub workflows or actions" --color "A75AD5" --force 37 38 gh label create "🤖 bot" --description "Automatically generated pull request" --color "0075CA" --force ··· 45 46 gh label create "🆘 help wanted" --description "Extra attention is needed" --color "BFD4F2" --force 46 47 gh label create "🌏 i18n" --description "Updates to internationalized docs, excluding English" --color "006B75" --force 47 48 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 49 49 gh label create "📦 package" --description "Updates in package structure or package.json" --color "F34A37" --force 50 50 gh label create "❓ question" --description "Further information is requested" --color "D876E3" --force 51 51 gh label create "🏯 styles" --description "Stylesheets or design updates" --color "550F5A" --force
+1 -1
.github/workflows/welcome-bot.yaml
··· 20 20 app_id: ${{ secrets.BOT_APP_ID }} 21 21 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 22 22 23 - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 23 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 24 24 with: 25 25 persist-credentials: false 26 26 - name: Convert Repository Name to Title Case
+1 -1
README.md
··· 9 9 10 10 Licensed under the MIT license, Copyright © trueberryless. 11 11 12 - See [LICENSE](/LICENSE) for more information. 12 + See [LICENSE](https://github.com/trueberryless-org/starlight-plugin-translations/blob/main/LICENSE) for more information.
+11 -1
package.json
··· 1 1 { 2 2 "name": "starlight-plugin-translations", 3 3 "version": "0.1.0", 4 + "homepage": "https://starlight-plugin-translations.trueberryless.org", 5 + "bugs": { 6 + "url": "https://github.com/trueberryless-org/starlight-plugin-translations/issues" 7 + }, 8 + "repository": { 9 + "type": "git", 10 + "url": "https://github.com/trueberryless-org/starlight-plugin-translations.git" 11 + }, 12 + "license": "MIT", 13 + "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 4 14 "type": "module", 5 15 "scripts": { 6 16 "astro": "astro", ··· 13 23 }, 14 24 "devDependencies": { 15 25 "@trivago/prettier-plugin-sort-imports": "6.0.2", 16 - "prettier": "3.8.0", 26 + "prettier": "3.8.1", 17 27 "prettier-plugin-astro": "0.14.1" 18 28 }, 19 29 "packageManager": "pnpm@10.10.0"
+9 -9
pnpm-lock.yaml
··· 14 14 devDependencies: 15 15 '@trivago/prettier-plugin-sort-imports': 16 16 specifier: 6.0.2 17 - version: 6.0.2(prettier@3.8.0) 17 + version: 6.0.2(prettier@3.8.1) 18 18 prettier: 19 - specifier: 3.8.0 20 - version: 3.8.0 19 + specifier: 3.8.1 20 + version: 3.8.1 21 21 prettier-plugin-astro: 22 22 specifier: 0.14.1 23 23 version: 0.14.1 ··· 1188 1188 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} 1189 1189 engines: {node: ^14.15.0 || >=16.0.0} 1190 1190 1191 - prettier@3.8.0: 1192 - resolution: {integrity: sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==} 1191 + prettier@3.8.1: 1192 + resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 1193 1193 engines: {node: '>=14'} 1194 1194 hasBin: true 1195 1195 ··· 1983 1983 1984 1984 '@shikijs/vscode-textmate@10.0.2': {} 1985 1985 1986 - '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.0)': 1986 + '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.1)': 1987 1987 dependencies: 1988 1988 '@babel/generator': 7.28.5 1989 1989 '@babel/parser': 7.28.5 ··· 1993 1993 lodash-es: 4.17.22 1994 1994 minimatch: 9.0.5 1995 1995 parse-imports-exports: 0.2.4 1996 - prettier: 3.8.0 1996 + prettier: 3.8.1 1997 1997 transitivePeerDependencies: 1998 1998 - supports-color 1999 1999 ··· 2923 2923 prettier-plugin-astro@0.14.1: 2924 2924 dependencies: 2925 2925 '@astrojs/compiler': 2.12.2 2926 - prettier: 3.8.0 2926 + prettier: 3.8.1 2927 2927 sass-formatter: 0.7.9 2928 2928 2929 - prettier@3.8.0: {} 2929 + prettier@3.8.1: {} 2930 2930 2931 2931 prismjs@1.30.0: {} 2932 2932