Mirror of
0
fork

Configure Feed

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

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

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
60bedb73 ef13af81

+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
··· 7 7 8 8 Licensed under the MIT license, Copyright © trueberryless. 9 9 10 - See [LICENSE](/LICENSE) for more information. 10 + See [LICENSE](https://github.com/trueberryless-org/videos/blob/main/LICENSE) for more information.
+1 -1
package.json
··· 12 12 "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 13 13 "devDependencies": { 14 14 "@trivago/prettier-plugin-sort-imports": "6.0.2", 15 - "prettier": "3.7.4", 15 + "prettier": "3.8.1", 16 16 "prettier-plugin-astro": "0.14.1" 17 17 }, 18 18 "packageManager": "pnpm@10.10.0"
+9 -9
pnpm-lock.yaml
··· 10 10 devDependencies: 11 11 '@trivago/prettier-plugin-sort-imports': 12 12 specifier: 6.0.2 13 - version: 6.0.2(prettier@3.7.4) 13 + version: 6.0.2(prettier@3.8.1) 14 14 prettier: 15 - specifier: 3.7.4 16 - version: 3.7.4 15 + specifier: 3.8.1 16 + version: 3.8.1 17 17 prettier-plugin-astro: 18 18 specifier: 0.14.1 19 19 version: 0.14.1 ··· 1487 1487 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} 1488 1488 engines: {node: ^14.15.0 || >=16.0.0} 1489 1489 1490 - prettier@3.7.4: 1491 - resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} 1490 + prettier@3.8.1: 1491 + resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 1492 1492 engines: {node: '>=14'} 1493 1493 hasBin: true 1494 1494 ··· 2514 2514 2515 2515 '@shikijs/vscode-textmate@10.0.2': {} 2516 2516 2517 - '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.7.4)': 2517 + '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.1)': 2518 2518 dependencies: 2519 2519 '@babel/generator': 7.28.5 2520 2520 '@babel/parser': 7.28.5 ··· 2524 2524 lodash-es: 4.17.22 2525 2525 minimatch: 9.0.5 2526 2526 parse-imports-exports: 0.2.4 2527 - prettier: 3.7.4 2527 + prettier: 3.8.1 2528 2528 transitivePeerDependencies: 2529 2529 - supports-color 2530 2530 ··· 3799 3799 prettier-plugin-astro@0.14.1: 3800 3800 dependencies: 3801 3801 '@astrojs/compiler': 2.10.3 3802 - prettier: 3.7.4 3802 + prettier: 3.8.1 3803 3803 sass-formatter: 0.7.9 3804 3804 3805 - prettier@3.7.4: {} 3805 + prettier@3.8.1: {} 3806 3806 3807 3807 prismjs@1.30.0: {} 3808 3808
+10
starlight/package.json
··· 1 1 { 2 2 "name": "videos", 3 3 "version": "0.1.1", 4 + "homepage": "https://videos.trueberryless.org", 5 + "bugs": { 6 + "url": "https://github.com/trueberryless-org/videos/issues" 7 + }, 8 + "repository": { 9 + "type": "git", 10 + "url": "https://github.com/trueberryless-org/videos.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",