Skip to content

Commit 047470f

Browse files
jdblischakihnorton
authored andcommitted
Append nightly failure notices if an open Issue exists
1 parent 470ac4d commit 047470f

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Nightly GitHub Actions Build Fail on {{ date | date('ddd, MMMM Do YYYY') }}
2+
title: Nightly GitHub Actions Build Fail
33
assignees: nguyenv, ihnorton
44
labels: bug
55
---
66

7+
The nightly GitHub Actions build failed on {{ date | date('ddd, MMMM Do YYYY') }}.
78
See run for more details:
89
https://github.com/{{ env.GITHUB_REPOSITORY }}/actions/runs/{{ env.GITHUB_RUN_ID }}

.github/workflows/daily-test-build-numpy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ jobs:
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595
with:
9696
filename: .github/workflows/daily-test-build-issue-template.md
97+
update_existing: true

.github/workflows/daily-test-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ jobs:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9797
with:
9898
filename: .github/workflows/daily-test-build-issue-template.md
99+
update_existing: true
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Nightly Azure Wheel Fail on {{ date | date('ddd, MMMM Do YYYY') }}
2+
title: Nightly Azure Wheel Fail
33
assignees: nguyenv, ihnorton
44
labels: bug
55
---
66

7+
The nightly Azure wheel build failed on {{ date | date('ddd, MMMM Do YYYY') }}.
78
See run for more details:
89
https://dev.azure.com/TileDB-Inc/CI/_build/results?buildId=${{ env.AZURE_BUILD_ID }}&view=results

.github/workflows/issue-if-azure-fail.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
AZURE_BUILD_ID: ${{ github.event.client_payload.data.build_id }}
3131
with:
3232
filename: .github/workflows/issue-if-azure-fail-template.md
33+
update_existing: true

0 commit comments

Comments
 (0)