Mirror of
0
fork

Configure Feed

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

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

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

+81 -84
+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:
+2 -2
.github/workflows/format.yaml
··· 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"
+1 -1
.github/workflows/labeler.yaml
··· 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
package.json
··· 11 11 "daily", 12 12 "nightly" 13 13 ], 14 - "homepage": "https://github.com/trueberryless-org/npmx-digest", 14 + "homepage": "https://npmx-digest.trueberryless.org", 15 15 "bugs": { 16 16 "url": "https://github.com/trueberryless-org/npmx-digest/issues" 17 17 },
+1 -1
src/content/posts/2026-03-16-nightly.json
··· 71 71 ] 72 72 } 73 73 ] 74 - } 74 + }
+1 -1
src/content/posts/2026-03-17-daily.json
··· 37 37 ] 38 38 } 39 39 ] 40 - } 40 + }
+1 -1
src/content/posts/2026-03-17-midday.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-03-17-nightly.json
··· 75 75 ] 76 76 } 77 77 ] 78 - } 78 + }
+1 -1
src/content/posts/2026-03-18-midday.json
··· 75 75 ] 76 76 } 77 77 ] 78 - } 78 + }
+1 -1
src/content/posts/2026-03-19-daily.json
··· 59 59 ] 60 60 } 61 61 ] 62 - } 62 + }
+1 -1
src/content/posts/2026-03-19-midday.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-03-19-nightly.json
··· 75 75 ] 76 76 } 77 77 ] 78 - } 78 + }
+1 -1
src/content/posts/2026-03-20-daily.json
··· 34 34 ] 35 35 } 36 36 ] 37 - } 37 + }
+1 -1
src/content/posts/2026-03-20-midday.json
··· 86 86 ] 87 87 } 88 88 ] 89 - } 89 + }
+1 -1
src/content/posts/2026-03-20-nightly.json
··· 41 41 ] 42 42 } 43 43 ] 44 - } 44 + }
+1 -1
src/content/posts/2026-03-21-daily.json
··· 83 83 ] 84 84 } 85 85 ] 86 - } 86 + }
+1 -1
src/content/posts/2026-03-21-midday.json
··· 48 48 ] 49 49 } 50 50 ] 51 - } 51 + }
+1 -1
src/content/posts/2026-03-21-nightly.json
··· 75 75 ] 76 76 } 77 77 ] 78 - } 78 + }
+1 -1
src/content/posts/2026-03-22-daily.json
··· 71 71 ] 72 72 } 73 73 ] 74 - } 74 + }
+1 -1
src/content/posts/2026-03-22-nightly.json
··· 48 48 ] 49 49 } 50 50 ] 51 - } 51 + }
+1 -1
src/content/posts/2026-03-23-daily.json
··· 71 71 ] 72 72 } 73 73 ] 74 - } 74 + }
+1 -1
src/content/posts/2026-03-23-midday.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-03-24-daily.json
··· 67 67 ] 68 68 } 69 69 ] 70 - } 70 + }
+1 -1
src/content/posts/2026-03-24-midday.json
··· 74 74 ] 75 75 } 76 76 ] 77 - } 77 + }
+1 -1
src/content/posts/2026-03-24-nightly.json
··· 56 56 ] 57 57 } 58 58 ] 59 - } 59 + }
+1 -1
src/content/posts/2026-03-25-daily.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-03-25-nightly.json
··· 67 67 ] 68 68 } 69 69 ] 70 - } 70 + }
+1 -1
src/content/posts/2026-03-26-daily.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-03-26-midday.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-03-26-nightly.json
··· 49 49 ] 50 50 } 51 51 ] 52 - } 52 + }
+1 -1
src/content/posts/2026-03-27-midday.json
··· 59 59 ] 60 60 } 61 61 ] 62 - } 62 + }
+1 -1
src/content/posts/2026-03-27-nightly.json
··· 79 79 ] 80 80 } 81 81 ] 82 - } 82 + }
+1 -1
src/content/posts/2026-03-28-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-03-28-midday.json
··· 37 37 ] 38 38 } 39 39 ] 40 - } 40 + }
+1 -1
src/content/posts/2026-03-28-nightly.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-03-29-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-03-29-nightly.json
··· 57 57 ] 58 58 } 59 59 ] 60 - } 60 + }
+1 -1
src/content/posts/2026-03-30-daily.json
··· 30 30 ] 31 31 } 32 32 ] 33 - } 33 + }
+1 -1
src/content/posts/2026-03-30-midday.json
··· 30 30 ] 31 31 } 32 32 ] 33 - } 33 + }
+1 -1
src/content/posts/2026-03-30-nightly.json
··· 41 41 ] 42 42 } 43 43 ] 44 - } 44 + }
+1 -1
src/content/posts/2026-03-31-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-03-31-midday.json
··· 71 71 ] 72 72 } 73 73 ] 74 - } 74 + }
+1 -1
src/content/posts/2026-03-31-nightly.json
··· 75 75 ] 76 76 } 77 77 ] 78 - } 78 + }
+1 -1
src/content/posts/2026-04-01-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-01-nightly.json
··· 67 67 ] 68 68 } 69 69 ] 70 - } 70 + }
+1 -1
src/content/posts/2026-04-02-daily.json
··· 30 30 ] 31 31 } 32 32 ] 33 - } 33 + }
+1 -1
src/content/posts/2026-04-02-midday.json
··· 67 67 ] 68 68 } 69 69 ] 70 - } 70 + }
+1 -1
src/content/posts/2026-04-02-nightly.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-03-midday.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-03-nightly.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-04-midday.json
··· 64 64 ] 65 65 } 66 66 ] 67 - } 67 + }
+1 -1
src/content/posts/2026-04-04-nightly.json
··· 98 98 ] 99 99 } 100 100 ] 101 - } 101 + }
+1 -1
src/content/posts/2026-04-05-daily.json
··· 63 63 ] 64 64 } 65 65 ] 66 - } 66 + }
+1 -1
src/content/posts/2026-04-05-midday.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-05-nightly.json
··· 41 41 ] 42 42 } 43 43 ] 44 - } 44 + }
+1 -1
src/content/posts/2026-04-06-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-06-midday.json
··· 63 63 ] 64 64 } 65 65 ] 66 - } 66 + }
+1 -1
src/content/posts/2026-04-06-nightly.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-07-daily.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-07-midday.json
··· 59 59 ] 60 60 } 61 61 ] 62 - } 62 + }
+1 -1
src/content/posts/2026-04-07-nightly.json
··· 86 86 ] 87 87 } 88 88 ] 89 - } 89 + }
+1 -1
src/content/posts/2026-04-08-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-08-midday.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-08-nightly.json
··· 75 75 ] 76 76 } 77 77 ] 78 - } 78 + }
+1 -1
src/content/posts/2026-04-09-daily.json
··· 41 41 ] 42 42 } 43 43 ] 44 - } 44 + }
+1 -1
src/content/posts/2026-04-09-midday.json
··· 59 59 ] 60 60 } 61 61 ] 62 - } 62 + }
+1 -1
src/content/posts/2026-04-09-nightly.json
··· 86 86 ] 87 87 } 88 88 ] 89 - } 89 + }
+1 -1
src/content/posts/2026-04-10-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-10-midday.json
··· 41 41 ] 42 42 } 43 43 ] 44 - } 44 + }
+1 -1
src/content/posts/2026-04-10-nightly.json
··· 82 82 ] 83 83 } 84 84 ] 85 - } 85 + }
+1 -1
src/content/posts/2026-04-11-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-11-nightly.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-12-daily.json
··· 90 90 ] 91 91 } 92 92 ] 93 - } 93 + }
+1 -1
src/content/posts/2026-04-12-midday.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-12-nightly.json
··· 37 37 ] 38 38 } 39 39 ] 40 - } 40 + }
+1 -1
src/content/posts/2026-04-14-daily.json
··· 75 75 ] 76 76 } 77 77 ] 78 - } 78 + }