diff --git a/.github/workflows/daily_fuzz.yaml b/.github/workflows/daily_fuzz.yaml index 5904ec2140..f3636d75ae 100644 --- a/.github/workflows/daily_fuzz.yaml +++ b/.github/workflows/daily_fuzz.yaml @@ -73,6 +73,6 @@ jobs: owner: "astral-sh", repo: "ruff", title: `Daily parser fuzz failed on ${new Date().toDateString()}`, - body: "Runs listed here: https://github.com/astral-sh/ruff/actions/workflows/daily_fuzz.yml", + body: "Run listed here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", labels: ["bug", "parser", "fuzzer"], }) diff --git a/.github/workflows/daily_property_tests.yaml b/.github/workflows/daily_property_tests.yaml index 7ed7c5db58..71707bbefe 100644 --- a/.github/workflows/daily_property_tests.yaml +++ b/.github/workflows/daily_property_tests.yaml @@ -66,6 +66,6 @@ jobs: owner: "astral-sh", repo: "ruff", title: `Daily property test run failed on ${new Date().toDateString()}`, - body: "Runs listed here: https://github.com/astral-sh/ruff/actions/workflows/daily_property_tests.yaml", - labels: ["bug", "red_knot", "testing"], + body: "Run listed here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", + labels: ["bug", "red-knot", "testing"], })