We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c034e28 commit c53ee60Copy full SHA for c53ee60
.github/workflows/sync_typeshed.yaml
@@ -78,5 +78,6 @@ jobs:
78
owner: "astral-sh",
79
repo: "ruff",
80
title: `Automated typeshed sync failed on ${new Date().toDateString()}`,
81
- 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 }}",
82
+ labels: ["bug", "red-knot"],
83
})
0 commit comments