Skip to content

Commit 3a57a86

Browse files
committed
Fix default title of auto review PRs
1 parent e852496 commit 3a57a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Create Pull Request
5353
uses: peter-evans/create-pull-request@v7
5454
with:
55-
title: "Automated review of ${{ github.event.inputs.directory }}"
55+
title: "chore: Automated review of ${{ github.event.inputs.directory }}"
5656
branch: "automated-review/${{ github.event.inputs.directory }}"
5757
body-path: /tmp/summary.md
5858
delete-branch: true

0 commit comments

Comments
 (0)