Skip to content

Make design-decision-gate run-success message outcome-specific - #55884

Merged
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-make-design-decision-gate-run-success
Aug 25, 2026
Merged

pelikhan merged 2 commits into
mainfrom
copilot/deep-report-make-design-decision-gate-run-success

Conversation

Copilot AI commented Aug 25, 2026 •

Copy link
Copy Markdown
Contributor

The run-success notification for design-decision-gate only 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

  • Updated the run-success message in .github/workflows/design-decision-gate.md to direct readers to the PR comment for the result and any generated ADR draft.
  • Recompiled .github/workflows/design-decision-gate.lock.yml to reflect the updated message.

Before

run-success: "✅ [{workflow_name}]({run_url}) completed the design decision gate check."

After

run-success: "✅ [{workflow_name}]({run_url}) completed the design decision gate check. See the comment below for the result and any generated ADR draft."

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
Copilot AI requested a review from pelikhan August 25, 2026 22:04
@pelikhan
pelikhan marked this pull request as ready for review August 25, 2026 22:27
Copilot AI balanced review requested due to automatic review settings August 25, 2026 22:27
@pelikhan
pelikhan merged commit 910224a into main Aug 25, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/deep-report-make-design-decision-gate-run-success branch August 25, 2026 22:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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."
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.8

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.

[deep-report] Make design-decision-gate run-success message outcome-specific

3 participants