From 08fae77c55e9a8956148420d2cacb87a84fe4eea Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Fri, 25 Oct 2024 14:57:56 -0700 Subject: [PATCH] Change issue text on third party failure 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 --- .github/workflows/third_party.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index effe98a7..359a6e4a 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -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", })