We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e852496 commit 3a57a86Copy full SHA for 3a57a86
1 file changed
.github/workflows/auto-review.yaml
@@ -52,7 +52,7 @@ jobs:
52
- name: Create Pull Request
53
uses: peter-evans/create-pull-request@v7
54
with:
55
- title: "Automated review of ${{ github.event.inputs.directory }}"
+ title: "chore: Automated review of ${{ github.event.inputs.directory }}"
56
branch: "automated-review/${{ github.event.inputs.directory }}"
57
body-path: /tmp/summary.md
58
delete-branch: true
0 commit comments