Skip to content

Commit

Permalink
Change issue text on third party failure
Browse files Browse the repository at this point in the history
It can be confusing to click on an old issue, click the first red thing
you see and you're seeing some new failure, not the old one

This has tripped me up before and it looks like it briefly tripped up
Daraan yesterday
  • Loading branch information
hauntsaninja committed Oct 25, 2024
1 parent 9340ce7 commit 08fae77
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 @@ -412,5 +412,5 @@ jobs:
owner: "python",
repo: "typing_extensions",
title: `Third-party tests failed on ${new Date().toDateString()}`,
body: "Runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml",
body: "Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml",
})

0 comments on commit 08fae77

Please sign in to comment.