Skip to content

Commit 9105baf

Browse files
ci: update GitHub template files
1 parent 601483d commit 9105baf

File tree

5 files changed

+27
-65
lines changed

5 files changed

+27
-65
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
app_id: ${{ secrets.BOT_APP_ID }}
1717
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
1818

19-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2020
with:
2121
persist-credentials: false
2222
- name: Ensure labels exist

.github/workflows/welcome-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
app_id: ${{ secrets.BOT_APP_ID }}
2121
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
2222

23-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424
with:
2525
persist-credentials: false
2626
- name: Convert Repository Name to Title Case

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
1717
},
1818
"devDependencies": {
19-
"@changesets/changelog-github": "^0.5.2",
20-
"@changesets/cli": "^2.29.8",
21-
"@trivago/prettier-plugin-sort-imports": "6.0.0",
22-
"prettier": "3.7.3",
19+
"@changesets/changelog-github": "^0.5.1",
20+
"@changesets/cli": "^2.29.7",
21+
"@trivago/prettier-plugin-sort-imports": "5.2.2",
22+
"prettier": "3.6.2",
2323
"prettier-plugin-astro": "0.14.1"
2424
},
2525
"packageManager": "[email protected]"

pnpm-lock.yaml

Lines changed: 21 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)