Skip to content

Commit

Permalink
Better body
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Nov 8, 2023
1 parent 1ee6931 commit 3075531
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/update-aggregator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,19 @@ jobs:
branch: bot-aggregator-update
delete-branch: true
title: 'Update SNS aggregator version to ${{ steps.update.outputs.version }}'
# Since the this is a scheduled job, a failure won't be shown on any
# PR status. To notify the team, we send a message to our Slack channel on failure.
body: |
# Motivation
A new version of the SNS aggregator is available. We would like to keep the snapshots up to date.
# Changes
* Updated the pinned default SNS aggregator version.
# Tests
- Please see CI.
- name: Notify Slack on failure
# Since the this is a scheduled job, a failure won't be shown on any
# PR status. To notify the team, we send a message to our Slack channel on failure.
uses: dfinity/internet-identity/.github/actions/slack@release-2023-08-28
if: ${{ failure() }}
with:
Expand Down

0 comments on commit 3075531

Please sign in to comment.