Skip to content

Use create-pull-request action for launchpad regeneration#645

Merged
oblomov-dev merged 2 commits into
standardfrom
claude/protected-branch-push-error-p7vyx8
Jul 10, 2026
Merged

Use create-pull-request action for launchpad regeneration#645
oblomov-dev merged 2 commits into
standardfrom
claude/protected-branch-push-error-p7vyx8

Conversation

@oblomov-dev

Copy link
Copy Markdown
Member

Summary

Replace the manual git commit and push workflow with the peter-evans/create-pull-request action for launchpad regeneration.

Key Changes

  • Added pull-requests: write permission to the workflow
  • Replaced direct git commit/push logic with create-pull-request action
  • Launchpad changes are now submitted as pull requests instead of direct commits to the branch
  • Configured the action to:
    • Commit changes to src directory
    • Use a dedicated branch (launchpad/regenerate) with auto-cleanup
    • Include descriptive commit message and PR title
    • Set proper bot identity for commits

Implementation Details

The new approach provides better change visibility and control by creating pull requests for launchpad regeneration rather than directly pushing commits. This allows for review and validation before changes are merged.

https://claude.ai/code/session_01EiCb6id3V5DdiYdvK7G337

@oblomov-dev oblomov-dev merged commit 1fe9bfe into standard Jul 10, 2026
5 checks passed
@oblomov-dev oblomov-dev deleted the claude/protected-branch-push-error-p7vyx8 branch July 10, 2026 13:28
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