From 47d9c71745a849cfc8b9c25f3e48a482f35b935d Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 18 May 2026 12:32:55 +0100 Subject: [PATCH] link to failing run directly from the issue when the daily test fails --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f471029c..fe869a75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,5 +130,5 @@ jobs: owner: "python", repo: "typing_extensions", title: `Daily tests failed on ${new Date().toDateString()}`, - body: "Runs listed here: https://github.com/python/typing_extensions/actions/workflows/ci.yml", + body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", })