Skip to content

PR Dashboard: Report non-blocking check failures#105

Open
trask wants to merge 6 commits into
open-telemetry:mainfrom
trask:pr-dashboard-non-blocking-checks
Open

PR Dashboard: Report non-blocking check failures#105
trask wants to merge 6 commits into
open-telemetry:mainfrom
trask:pr-dashboard-non-blocking-checks

Conversation

@trask

@trask trask commented Jul 18, 2026

Copy link
Copy Markdown
Member

Add per-repository non-blocking check patterns and surface matching failed optional checks in the live PR status comment alongside required-check failures, without changing routing or the dashboard CI column. Enable the initial rollout for opentelemetry-java link and project-level Codecov checks.

Fixes #100

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

Adds configurable reporting of failed non-blocking checks to PR dashboard status comments.

Changes:

  • Adds repository-level glob configuration for optional checks.
  • Collects and surfaces matching failures without changing routing or CI status.
  • Enables link-check and Codecov reporting for opentelemetry-java.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pull-request-dashboard/README.md Documents optional-check configuration and behavior.
.github/workflows/pull-request-dashboard.yml Passes patterns into the reusable workflow.
.github/workflows/pull-request-dashboard-repo.yml Converts configured patterns into CLI arguments.
.github/scripts/pull-request-dashboard/test_top_level_actions.py Updates a call for the new argument.
.github/scripts/pull-request-dashboard/test_pr_status_comment.py Tests optional-failure comment rendering.
.github/scripts/pull-request-dashboard/test_github_cli.py Tests check matching and rollup separation.
.github/scripts/pull-request-dashboard/test_dashboard.py Tests fact propagation and updates signatures.
.github/scripts/pull-request-dashboard/repositories.json Enables the initial Java repository rollout.
.github/scripts/pull-request-dashboard/RATIONALE.md Records the new informational behavior.
.github/scripts/pull-request-dashboard/pr_status_comment.py Adds optional-failure notes to author actions.
.github/scripts/pull-request-dashboard/github_cli.py Collects configured non-blocking failures.
.github/scripts/pull-request-dashboard/dashboard.py Propagates patterns and failure facts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/scripts/pull-request-dashboard/pr_status_comment.py Outdated

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

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Comment thread .github/scripts/pull-request-dashboard/pr_status_comment.py Outdated

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

Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.

Comment thread .github/scripts/pull-request-dashboard/pr_status_comment.py Outdated
Comment thread .github/scripts/pull-request-dashboard/dashboard.py Outdated

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

Copilot reviewed 14 out of 14 changed files in this pull request and generated no new comments.

@trask
trask marked this pull request as ready for review July 18, 2026 16:21
@trask
trask requested a review from a team as a code owner July 18, 2026 16:21

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

Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.

Comment thread .github/scripts/pull-request-dashboard/repositories.json

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

Copilot reviewed 14 out of 14 changed files in this pull request and generated no new comments.

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.

PR Dashboard: note failing non-required status checks in live comment

2 participants