WordPress/gutenberg

Include workflow run URL when commenting on PRs

Open

#76.575 aperta il 17 mar 2026

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)JavaScript (3893 fork)batch import
Good First Issue[Status] In Progress[Type] Build Tooling[Type] Enhancement

Metriche repository

Star
 (9607 star)
Metriche merge PR
 (Merge medio 12g 18h) (509 PR mergiate in 30 g)

Descrizione

What problem does this address?

When a GitHub Actions workflow comments on a pull request, it can sometimes be helpful to see the logs.

This came up yesterday when I wanted to look at the output for the workflow run that left this comment saying that performing a git cherry-pick failed the PR.

What is your proposed solution?

When a comment is left on a PR by a GitHub Action workflow, a link should always be included to the run responsible for the comment. I discovered this with the cherry-pick workflow, but there are likely other comments that are left where this would also be useful.

Guida contributor