[#358] 🤖 - Develop - #358
Open
efraespada wants to merge 7 commits into
Open
Conversation
|
To preview the documentation for this pull request, visit the following URL:
|
vypbot
reviewed
Sep 9, 2026
vypbot
left a comment
Contributor
There was a problem hiding this comment.
🤖 Bugbot review
Bugbot found 1 active potential problem(s) in this revision. 1 finding(s) are attached to changed code in this review.
Findings
- medium: Merge-queue mode is accepted without workflow support validation —
src/actions/github_action_execution.ts:81
To request an automatic repair for all active findings, reply with /copilot fix all.
Written by vypdev/copilot for commit df9724909f7ec33f4666eacac4d19e5c2098c6c2. This will update automatically on new commits.
Contributor
🪄 Automatic Actions
Debug log🚀 Happy coding! Made with ❤️ by vypdev/copilot |
Contributor
🪄 Automatic Actions
Debug log🚀 Happy coding! Made with ❤️ by vypdev/copilot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


📌 Summary
Introduces configurable, production-first release and hotfix orchestration with durable state, managed promotion PRs, event-driven continuation, publication verification, and development reconciliation.
🎯 Related Issues / Tickets
🧩 Scope of Changes
deployed_actionpost-deployment flow.merge-timeoutinput.ai-pull-request-descriptioninput.🛠️ Technical Details
gitHeadidentity.🔍 How to Test
corepack pnpm@10.12.4 install.corepack pnpm@10.12.4 run typecheck,lint, andtest:coverage.docs/development/testing.mdx.🧪 Test Coverage
Coverage includes deployment policies, state transitions, configuration validation, orchestration use cases, GitHub deployment repositories, managed PR markers, security guards, workflow contracts, and architecture boundaries.
📸 Screenshots / Recordings (UI changes only)
Not applicable; user-facing changes are limited to GitHub issues, pull requests, workflow summaries, and comments.
deployed_actionand label-driven post-deployment merge flow have been removed. Consumers must use the durable deployment callback actions.merge-timeoutandai-pull-request-descriptioninputs have been removed.🚀 Deployment Notes
Details:
npmenvironment and GitHub Actions trusted publishers.merge_groupbefore selecting merge-queue mode.🔒 Security Considerations
Continuation validates managed operation identity, repository ownership, issue and branch pairing, stored SHAs, and production reachability before mutation. Workflows use trusted base-branch checkouts and scoped permissions; credentials and OIDC claims are excluded from durable state.
📈 Performance Impact
PR checks and human review no longer occupy a runner while pending. Continuation workflows run only after relevant managed PR events, with bounded queue and job timeouts.
📝 Notes for Reviewers
Pay particular attention to:
✅ Checklist
📚 Additional Context
See Release and hotfix orchestration, configurable-release-orchestration.md, and configurable-release-orchestration-traceability.md.