Make design-decision-gate run-success message outcome-specific - #55884
Merged
pelikhan merged 2 commits intoAug 25, 2026
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update design-decision-gate run-success message for clarity
Make design-decision-gate run-success message outcome-specific
Aug 25, 2026
pelikhan
marked this pull request as ready for review
August 25, 2026 22:27
pelikhan
deleted the
copilot/deep-report-make-design-decision-gate-run-success
branch
August 25, 2026 22:27
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the design-decision gate’s success notification to point reviewers toward its result.
Changes:
- Expanded the success message.
- Regenerated the compiled workflow.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/design-decision-gate.md |
Updates the success notification. |
.github/workflows/design-decision-gate.lock.yml |
Reflects the recompiled message. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Balanced
| footer: "> 🏗️ *ADR gate enforced by [{workflow_name}]({run_url})*{ai_credits_suffix}{history_link}" | ||
| run-started: "🔍 [{workflow_name}]({run_url}) is checking for design decision records on this {event_type}..." | ||
| run-success: "✅ [{workflow_name}]({run_url}) completed the design decision gate check." | ||
| run-success: "✅ [{workflow_name}]({run_url}) completed the design decision gate check. See the comment below for the result and any generated ADR draft." |
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
The
run-successnotification fordesign-decision-gateonly confirmed the check ran, without indicating whether an ADR was found, missing, or drafted — forcing reviewers to open the PR/run to learn the actual outcome.Changes
run-successmessage in.github/workflows/design-decision-gate.mdto direct readers to the PR comment for the result and any generated ADR draft..github/workflows/design-decision-gate.lock.ymlto reflect the updated message.Before
After