Skip to content

Comments

ci: add auto release PR workflow#2

Merged
TaprootFreak merged 1 commit intodevelopfrom
feat/auto-release-pr-workflow
Feb 13, 2026
Merged

ci: add auto release PR workflow#2
TaprootFreak merged 1 commit intodevelopfrom
feat/auto-release-pr-workflow

Conversation

@TaprootFreak
Copy link
Contributor

Summary

  • Adds GitHub Actions workflow that automatically creates a PR from develop to main on every push to develop
  • Skips if an open PR already exists or if there are no new commits
  • Mirrors the existing auto-release-pr.yaml from the api repo

Test plan

  • Merge to develop and verify the workflow triggers
  • Confirm PR is created with correct title and body
  • Push again to develop and verify no duplicate PR is created

Triggers on every push to develop and creates a PR to main
if none exists and there are new commits. Mirrors the existing
workflow from the api repo.
@TaprootFreak TaprootFreak marked this pull request as ready for review February 13, 2026 18:25
@TaprootFreak TaprootFreak merged commit 4fe5fce into develop Feb 13, 2026
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.

1 participant