Skip to content

Commit

Permalink
ci: rename pr name in misspell job (#18693)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <marko@baricevic.me>
  • Loading branch information
Halimao and tac0turtle committed Dec 12, 2023
1 parent 38f40c4 commit 534b822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.PRBOT_PAT }}
commit-message: "chore: fixes by cosmos-sdk bot"
title: "chore: typos fixes by cosmos-sdk bot"
commit-message: "chore: spelling errors fixes"
title: "chore: fix spelling errors"
branch: "bot/fix-typos"
delete-branch: true
body: |
Expand Down

0 comments on commit 534b822

Please sign in to comment.