Skip to content

Commit 67c16e1

Browse files
authored
Change issue text on third party failure (#496)
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
1 parent 9340ce7 commit 67c16e1

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
@@ -412,5 +412,5 @@ jobs:
412412
owner: "python",
413413
repo: "typing_extensions",
414414
title: `Third-party tests failed on ${new Date().toDateString()}`,
415-
body: "Runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml",
415+
body: "Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml",
416416
})

0 commit comments

Comments
 (0)