Skip to content

Commit

Permalink
Better PR body
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Nov 16, 2023
1 parent eb23ea3 commit 431ef7d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/update-ic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,20 @@ jobs:
branch: bot-ic-update
branch-suffix: timestamp # Creates a new branch & PR with every run. If this gets spammy, please delete this line and instead block the PR from making a PR if there is already an open one.
delete-branch: true
title: 'Update IC commit'
# 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.
title: 'Update IC Candid Files'
body: |
# Motivation
The Internet Computer APIs have updated.
# Changes
* Updated the interface description files for the Internet Computer.
* Updated the javascript bindings for the latest IC interface.
# Tests
- [ ] Please check the API updates for any breaking changes that affect our code.
- 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 431ef7d

Please sign in to comment.