GitHub PR Comment Link To Failed Linter Step? #2555
Unanswered
MattMencel
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think at the time I created the reporter I looked for such link... but was unable to find it :/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When there is an error, the PR comment links to the MegaLinter workflow Summary.
e.g.
https://github.com/myorg/myrepo/actions/runs/8675309
Is there a way to have that link in to the failed job?
e.g.
https://github.com/myorg/myrepo/actions/runs/8675309/jobs/FAILEDJOBNUM
Or even to the exact failed step?
e.g.
https://github.com/myorg/myrepo/actions/runs/8675309/jobs/FAILEDJOBNUM#step:5:217
It's not a big deal, just a usability improvement.
Beta Was this translation helpful? Give feedback.
All reactions