-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Motivation Starting soon, files changed by bots must be listed in `.github/repo_policies/BOT_APPROVED_FILES`. # Changes 1. I looked at recent PRs made by bots and added the files changed by them to `.github/repo_policies/BOT_APPROVED_FILES`. 2. Made bot PRs easier to spot in the future by prepending "bot: " to their titles, like we do in nns-dapp.
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
bin/versions.bash | ||
dfx.json | ||
dfx.json.original |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
author: gix-bot <[email protected]> | ||
branch: bot-ic-update | ||
delete-branch: true | ||
title: 'Update IC commit' | ||
title: 'bot: 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. | ||
- name: Notify Slack on failure | ||
|