From 67c16e190e7ebe6a9130b63839520ce01bdd6422 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:11:05 -0700 Subject: [PATCH] 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 --- .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", })