Skip to content

Commit

Permalink
Change issue text on third_party failure to include exact run URL (#516)
Browse files Browse the repository at this point in the history
Use current run URL in issue body
  • Loading branch information
brianschubert authored Dec 6, 2024
1 parent cb71975 commit 2507690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,5 +394,5 @@ jobs:
owner: "python",
repo: "typing_extensions",
title: `Third-party tests failed on ${new Date().toDateString()}`,
body: "Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml",
body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
})

0 comments on commit 2507690

Please sign in to comment.