Skip to content

Commit 2507690

Browse files
Change issue text on third_party failure to include exact run URL (#516)
Use current run URL in issue body
1 parent cb71975 commit 2507690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,5 +394,5 @@ jobs:
394394
owner: "python",
395395
repo: "typing_extensions",
396396
title: `Third-party tests failed on ${new Date().toDateString()}`,
397-
body: "Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml",
397+
body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
398398
})

0 commit comments

Comments
 (0)