Skip to content

Commit

Permalink
ci: Use @coderabbitai summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 21, 2024
1 parent e21064b commit 83065c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:

- name: Create pull request
if: steps.changes.outputs.has_changes == 'true'
run: gh pr create -B main -H ${{ steps.branch.outputs.branch_name }} --title 'feat:@coderabbitai' --body 'Created by Github Actions'
run: gh pr create -B main -H ${{ steps.branch.outputs.branch_name }} --title 'feat:@coderabbitai' --body '@coderabbitai summary'
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

0 comments on commit 83065c1

Please sign in to comment.