-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Include workflow run URL when commenting on PRs #76575
Copy link
Copy link
Labels
Good First IssueAn issue that's suitable for someone looking to contribute for the first timeAn issue that's suitable for someone looking to contribute for the first time[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] Build ToolingIssues or PRs related to build toolingIssues or PRs related to build tooling[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Metadata
Metadata
Assignees
Labels
Good First IssueAn issue that's suitable for someone looking to contribute for the first timeAn issue that's suitable for someone looking to contribute for the first time[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] Build ToolingIssues or PRs related to build toolingIssues or PRs related to build tooling[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Fields
Give feedbackNo fields configured for Enhancement.
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-pickfailed 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.