Update pr.yml

This commit is contained in:
tuna2134
2026-05-14 08:03:15 +09:00
committed by GitHub
parent d90cd6c247
commit 846cda0c0b

View File

@@ -23,8 +23,9 @@ jobs:
cache: pnpm
- name: Build checking
run: |
pnpm install --frozen-lockfile
pnpm approve-builds
pnpm install --frozen-lockfile --ignore-scripts
pnpm approve-builds sharp
pnpm rebuild sharp
pnpm build
- name: Enable auto-merge for Renovate PRs
run: gh pr merge --auto --merge "$PR_URL"