digger
digger copied to clipboard
PR comment Job status - wrong URL to Github Action workflow run
Every "Job status" comment contains a link. I would expect this link to redirect to Github Action run, but instead it redirects to URL of the PR itself (which is useless, since you are seeing the comment in that PR).
Example:
👷 Jobs status: ❌ JOB_NAME failed
Link:
https://github.com/OWNER/REPO/pull/PR_ID
Expectation:
https://github.com/OWNER/REPO/actions/runs/RUN_ID
Hi! Does the PR https://github.com/diggerhq/digger/pull/1270 solve the issue? Because I see the same behaviour at the moment.
Thanks