ci(action): Exercise cancellation finalization - #523
Closed
jamieQ wants to merge 6 commits into
Closed
Conversation
Abort in-flight analysis, preserve partial findings and usage, and finalize findings artifacts with a cancelled outcome. Keep analyze/report publication ownership intact and conclude active checks consistently. Co-Authored-By: GPT-5 <noreply@anthropic.com>
Cancel superseded PR analysis runs, verify their finalized findings artifacts, and continue into report mode so cancelled usage publication can be observed. Co-Authored-By: GPT-5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Supersede the in-progress Analyze run to exercise graceful cancellation. Co-Authored-By: GPT-5 <noreply@anthropic.com>
Replace the composite action shell with the Node process so runner cancellation reaches Warden's signal handler. Log the first accepted signal before finalizing partial results. Co-Authored-By: GPT-5 <noreply@anthropic.com>
jamieQ
force-pushed
the
feat/graceful-action-cancellation
branch
from
August 27, 2026 19:20
36b27bb to
d3947ab
Compare
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.
This stacks on #521 and temporarily turns Warden's own PR workflow into an
integration harness for graceful cancellation. Superseding commits cancel an
in-progress Analyze step, verify that it finalized a findings file with a
cancelledoutcome and completion marker, and retain the artifact forinspection.
The cancelled job then continues through report mode when credentials are
available. This lets us confirm that partial findings and usage accumulated
before cancellation are published by the existing analyze/report ownership
boundary. The workflow-only commit is intended to be discarded after the
experiment.