From 03d75cfb86e6930878d3df9a9f6ffa12b2133e80 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Fri, 1 Sep 2023 12:42:06 +0000 Subject: [PATCH] Send alert to Zulip on release-notes-bot failure --- .github/workflows/release-notes.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index d651f55..bf08db5 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -8,7 +8,7 @@ on: - '**' paths-ignore: - .release-notes/next-release.md - - .release-notes/[0-9]+.[0-9]+.[0-9]+.md + - .release-notes/\d+.\d+.\d+.md jobs: release-notes: @@ -22,3 +22,14 @@ jobs: git_user_email: "ponylang.main@gmail.com" env: API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }} + - name: Send alert on failure + if: ${{ failure() }} + uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 + with: + api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }} + email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }} + organization-url: 'https://ponylang.zulipchat.com/' + to: notifications + type: stream + topic: ${{ github.repository }} unattended job failure + content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.