Mirror of
0
fork

Configure Feed

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

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

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
704d5f4d a5684e3a

+16 -17
+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:
+1 -1
.github/workflows/format.yaml
··· 18 18 persist-credentials: false 19 19 20 20 - name: Setup PNPM 21 - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 21 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 22 22 23 23 - name: Setup Node 24 24 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+3 -3
.github/workflows/publish.yaml
··· 26 26 with: 27 27 persist-credentials: false 28 28 29 - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 29 + - uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3 30 30 id: filter 31 31 with: 32 32 filters: | ··· 55 55 persist-credentials: false 56 56 57 57 - name: Setup PNPM 58 - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 58 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 59 59 60 60 - name: Setup Node 61 61 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 ··· 122 122 persist-credentials: false 123 123 124 124 - name: Setup PNPM 125 - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 125 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 126 126 127 127 - name: Setup Node 128 128 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+5 -3
docs/package.json
··· 3 3 "version": "0.0.1", 4 4 "private": true, 5 5 "description": "Soho vibes for Starlight", 6 - "homepage": "https://github.com/trueberryless-org/starlight-theme-rose-pine", 7 - "bugs": "https://github.com/trueberryless-org/starlight-theme-rose-pine/issues", 6 + "homepage": "https://starlight-theme-rose-pine.trueberryless.org", 7 + "bugs": { 8 + "url": "https://github.com/trueberryless-org/starlight-theme-rose-pine/issues" 9 + }, 8 10 "repository": { 9 11 "type": "git", 10 12 "url": "https://github.com/trueberryless-org/starlight-theme-rose-pine.git", 11 13 "directory": "docs" 12 14 }, 13 15 "license": "MIT", 14 - "author": "trueberryless-org", 16 + "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 15 17 "type": "module", 16 18 "scripts": { 17 19 "astro": "astro",
+1 -1
package.json
··· 3 3 "version": "0.0.1", 4 4 "private": true, 5 5 "description": "Soho vibes for Starlight", 6 - "homepage": "https://starlight-theme-rose-pine.trueberryless.org/", 6 + "homepage": "https://github.com/trueberryless-org/starlight-theme-rose-pine", 7 7 "bugs": { 8 8 "url": "https://github.com/trueberryless-org/starlight-theme-rose-pine/issues" 9 9 },
+1 -1
packages/starlight-theme-rose-pine/package.json
··· 8 8 "rose pine", 9 9 "soho vibes" 10 10 ], 11 - "homepage": "https://starlight-theme-rose-pine.trueberryless.org/", 11 + "homepage": "https://starlight-theme-rose-pine.trueberryless.org", 12 12 "bugs": { 13 13 "url": "https://github.com/trueberryless-org/starlight-theme-rose-pine/issues" 14 14 },