diff --git a/.github/workflows/sync_typeshed.yaml b/.github/workflows/sync_typeshed.yaml index d1785034e1ca4..991d92f95745c 100644 --- a/.github/workflows/sync_typeshed.yaml +++ b/.github/workflows/sync_typeshed.yaml @@ -78,5 +78,6 @@ jobs: owner: "astral-sh", repo: "ruff", title: `Automated typeshed sync failed on ${new Date().toDateString()}`, - body: "Runs are listed here: https://github.com/astral-sh/ruff/actions/workflows/sync_typeshed.yaml", + body: "Run listed here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", + labels: ["bug", "red-knot"], })