Skip to content

Commit

Permalink
Typeshed-sync workflow: add appropriate labels, link directly to fail…
Browse files Browse the repository at this point in the history
…ing run (#15520)
  • Loading branch information
AlexWaygood authored Jan 15, 2025
1 parent c034e28 commit c53ee60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync_typeshed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
})

0 comments on commit c53ee60

Please sign in to comment.