Update pr.yml

This commit is contained in:
tuna2134
2026-05-13 22:52:35 +09:00
committed by GitHub
parent f85308f9d6
commit 9bbbfd67de

View File

@@ -24,6 +24,7 @@ jobs:
- name: Build checking
run: |
pnpm install --frozen-lockfile
pnpm approve-builds
pnpm build
- name: Enable auto-merge for Renovate PRs
run: gh pr merge --auto --merge "$PR_URL"