feat(ci-feedback): report exact job failures before workflow completion - #430
Merged
Conversation
Signed-off-by: rldyourmnd <danil@nddev.it.com>
Signed-off-by: rldyourmnd <danil@nddev.it.com>
Signed-off-by: rldyourmnd <danil@nddev.it.com>
…k-20260907 Signed-off-by: rldyourmnd <danil@nddev.it.com>
Signed-off-by: rldyourmnd <danil@nddev.it.com>
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.
An early failed job currently waits for its entire workflow to finish before it can reach a repair issue. Add explicit unfinished-attempt observation to the public publisher, composite action and reusable workflow. Completed-only reporting remains the default.
Opted-in reporting requires an explicitly completed failed job on the exact repository/run/attempt. Evidence marks the workflow as unfinished and preserves its null final conclusion. No failed job returns
pending, never success. The same durable attempt marker reuses one issue through completion or cancellation; the original dated snapshot and human edits are preserved. Polling callers receive explicitattempt_complete,run_statusandrun_conclusionfields so early publication cannot become a terminal receipt.Job pagination now enforces the API page bound and rejects conflicting attempt/source identities when supplied. The reusable workflow pins the reviewed action commit. It checks out no project code and adds no scheduler or agent launcher.
Validation: production publisher tests cover opt-in, incomplete/foreign observations, pending work, one issue across cancellation/completion, bounded pagination and ambiguous POST recovery. Actionlint and
make verifypassed in the primary clone after merging the current main branch. Private executor adoption and live early-delivery evidence remain separate work.