Skip to content

fix(ci-poller): link failed commit-status contexts to their CI runs#8519

Merged
BYK merged 1 commit into
mainfrom
joshua/fix/detailed_failed_contexts
Jun 12, 2026
Merged

fix(ci-poller): link failed commit-status contexts to their CI runs#8519
BYK merged 1 commit into
mainfrom
joshua/fix/detailed_failed_contexts

Conversation

@JoshuaMoelans

@JoshuaMoelans JoshuaMoelans commented Jun 10, 2026

Copy link
Copy Markdown
Member

Related to #7825

The commit-status failure comment previously listed context names as plain text, pointing only at the generic /checks/ page which doesn't clearly surface the actual failing CI runs.

Now each failed context is rendered as a markdown link using the target_url from the GitHub commit status API, giving a direct clickable link to the failing CI run.

Before:

  Failed status checks: console/xbox (failure), console/switch (error)

After:

  Failed status checks:
  - [console/xbox](https://github.com/getsentry/sentry-xbox/actions/runs/27280300140) (failure)
  - [console/switch](https://github.com/getsentry/sentry-switch/actions/runs/27280298369) (error)
  - [manual-test/consolidate-compat-workflow](https://github.com/getsentry/sentry-switch/actions/runs/27284695950) (failure)

Ref: #8518 (comment)

The commit-status failure comment previously listed context names as
plain text, pointing only at the generic /checks/ page which doesn't
clearly surface the actual failing CI runs.

Now each failed context is rendered as a markdown link using the
`target_url` from the GitHub commit status API, giving a direct
clickable link to the failing CI run.

Before:
  Failed status checks: console/xbox (failure), console/switch (error)

After:
  Failed status checks:
  - [console/xbox](https://github.com/getsentry/sentry-xbox/actions/runs/27280300140) (failure)
  - [console/switch](https://github.com/getsentry/sentry-switch/actions/runs/27280298369) (error)
  - [manual-test/consolidate-compat-workflow](https://github.com/getsentry/sentry-switch/actions/runs/27284695950) (failure)

Ref: #8518 (comment)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@JoshuaMoelans JoshuaMoelans requested a review from a team as a code owner June 10, 2026 15:16

@BYK BYK left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nice!

@BYK BYK merged commit d036828 into main Jun 12, 2026
10 checks passed
@BYK BYK deleted the joshua/fix/detailed_failed_contexts branch June 12, 2026 01:13
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.

2 participants