Skip to content

Commit

Permalink
Change issue text on third party failure (#496)
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 authored Oct 25, 2024
1 parent 9340ce7 commit 67c16e1
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 67c16e1

Please sign in to comment.