From 38419284b3e3a0a41e5fc3e4146a8064c231737f Mon Sep 17 00:00:00 2001 From: Halimao <1065621723@qq.com> Date: Mon, 11 Dec 2023 22:03:14 +0800 Subject: [PATCH 1/3] [ci] using "fixed" instead of "fixes" --- .github/workflows/misspell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index 3dc459926656..48c38d084e41 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -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: fixed by cosmos-sdk bot" + title: "chore: typos fixed by cosmos-sdk bot" branch: "bot/fix-typos" delete-branch: true body: | From 36d3494eff13919e09b71b9da39535eb54c4c30e Mon Sep 17 00:00:00 2001 From: Halimao <1065621723@qq.com> Date: Mon, 11 Dec 2023 23:29:40 +0800 Subject: [PATCH 2/3] Update .github/workflows/misspell.yml Co-authored-by: Marko --- .github/workflows/misspell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index 48c38d084e41..bfc453f6f5bc 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -18,7 +18,7 @@ jobs: - uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PRBOT_PAT }} - commit-message: "chore: fixed by cosmos-sdk bot" + commit-message: "chore: spelling errors fixes" title: "chore: typos fixed by cosmos-sdk bot" branch: "bot/fix-typos" delete-branch: true From 9cc34c549d0d10176968221eea2c3e2732133d0b Mon Sep 17 00:00:00 2001 From: Halimao <1065621723@qq.com> Date: Mon, 11 Dec 2023 23:29:47 +0800 Subject: [PATCH 3/3] Update .github/workflows/misspell.yml Co-authored-by: Marko --- .github/workflows/misspell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index bfc453f6f5bc..219bb1727077 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -19,7 +19,7 @@ jobs: with: token: ${{ secrets.PRBOT_PAT }} commit-message: "chore: spelling errors fixes" - title: "chore: typos fixed by cosmos-sdk bot" + title: "chore: fix spelling errors" branch: "bot/fix-typos" delete-branch: true body: |