Skip to content

Commit

Permalink
ci: Expand github bot policy update comment to be more actionable
Browse files Browse the repository at this point in the history
  • Loading branch information
naugtur committed Sep 19, 2024
1 parent b15e7cd commit 952aa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lavamoat-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
run: |
if [[ $HAS_CHANGES == 'true' ]]
then
gh pr comment "${PR_NUMBER}" --body 'Policies updated'
gh pr comment "${PR_NUMBER}" --body 'Policies updated. \n👀 Please review the diff for suspicious new powers. \n\n🧠 Learn how: https://lavamoat.github.io/guides/policy-diff/#what-to-look-for-when-reviewing-a-policy-diff'
else
gh pr comment "${PR_NUMBER}" --body 'No policy changes'
fi
Expand Down

0 comments on commit 952aa1c

Please sign in to comment.