Skip to content

Commit b131854

Browse files
authored
refactor(clippy-bot): configure the commit message of clippy PR (#2824)
1 parent 1d939db commit b131854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ jobs:
151151
if: steps.should_fix.outputs.SHOULD_FIX == 'true'
152152
uses: peter-evans/create-pull-request@v7
153153
with:
154+
commit-message: |
155+
chore: clippy lint updates
154156
title: 'chore: clippy lint updates'
155157
body: |
156158
### Description of changes:

0 commit comments

Comments
 (0)