Skip to content

Commit

Permalink
Add BOT_APPROVED_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Jan 6, 2025
1 parent d12878a commit f705a4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/repo_policies/BOT_APPROVED_FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin/versions.bash
dfx.json
dfx.json.original
2 changes: 1 addition & 1 deletion .github/workflows/update-dfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo An update is available for dfx.
git diff
echo "updated=1" >> "$GITHUB_OUTPUT"
echo "title=Update dfx to version $latest_dfx_version" >> "$GITHUB_OUTPUT"
echo "title=bot: Update dfx to version $latest_dfx_version" >> "$GITHUB_OUTPUT"
else
echo "updated=0" >> "$GITHUB_OUTPUT"
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
author: gix-bot <gix-bot@users.noreply.github.com>
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
Expand Down

0 comments on commit f705a4c

Please sign in to comment.