Skip to content

fix: Github actions deploy generate types error (#103)#103

Merged
Kikolator merged 1 commit intodevfrom
claude/fix-github-actions-deploy-X2uPt
Mar 25, 2026
Merged

fix: Github actions deploy generate types error (#103)#103
Kikolator merged 1 commit intodevfrom
claude/fix-github-actions-deploy-X2uPt

Conversation

@Kikolator
Copy link
Copy Markdown
Owner

@Kikolator Kikolator commented Mar 22, 2026

Fix gh action deploy error. Action tries to push when repo
rules prevent unsigned commits.

Deploy Dev's generate-types job failed because peter-evans/create-pull-request
pushed unsigned commits, violating repo rulesets. Added sign-commits: true to
use the GitHub API for signed commits, bypassing the restriction.

Deploy Prod's generate-types job pushed directly to main via git push, violating
branch protection rules requiring PRs and approvals. Replaced with
peter-evans/create-pull-request (matching dev's pattern) with sign-commits: true,
added pull-requests: write permission, and added a summary step.

https://claude.ai/code/session_01Uhx2N3zWZNBTsgMQo7zajM
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
cowork-admin Ignored Ignored Mar 22, 2026 8:02am
cowork-platform Ignored Ignored Mar 22, 2026 8:02am

Request Review

@Kikolator Kikolator changed the base branch from main to dev March 22, 2026 08:02
@Kikolator Kikolator changed the title feat: add member profile self-service page (#61) feat: (#103) Mar 22, 2026
@Kikolator Kikolator changed the title feat: (#103) fix: Github actions deploy generate types error (#103) Mar 22, 2026
@Kikolator Kikolator closed this Mar 25, 2026
@Kikolator Kikolator reopened this Mar 25, 2026
@Kikolator Kikolator merged commit 5555d33 into dev Mar 25, 2026
11 checks passed
@Kikolator Kikolator deleted the claude/fix-github-actions-deploy-X2uPt branch March 25, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants