mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Change issue text on daily/stubsabot failure to include exact run URL (#13210)
Use current run URL in issue body
This commit is contained in:
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@@ -144,6 +144,6 @@ jobs:
|
||||
owner: "python",
|
||||
repo: "typeshed",
|
||||
title: `Daily tests failed on ${new Date().toDateString()}`,
|
||||
body: "Runs listed here: https://github.com/python/typeshed/actions/workflows/daily.yml",
|
||||
body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
|
||||
labels: ["help wanted"],
|
||||
})
|
||||
|
||||
2
.github/workflows/stubsabot.yml
vendored
2
.github/workflows/stubsabot.yml
vendored
@@ -52,5 +52,5 @@ jobs:
|
||||
owner: "python",
|
||||
repo: "typeshed",
|
||||
title: `Stubsabot failed on ${new Date().toDateString()}`,
|
||||
body: "Stubsabot runs are listed here: https://github.com/python/typeshed/actions/workflows/stubsabot.yml",
|
||||
body: "Stubsabot run is listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user