diff --git a/.github/workflows/autoformat-and-lint.yml b/.github/workflows/autoformat-and-lint.yml index 8fb399e..b6ba381 100644 --- a/.github/workflows/autoformat-and-lint.yml +++ b/.github/workflows/autoformat-and-lint.yml @@ -47,7 +47,7 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PR_TOKEN }} - commit-message: "Autoformat code" + commit-message: "chore: Autoformat code" title: "chore: Autoformat code" branch: "autoformat-code" delete-branch: true \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f05b601..e625f8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PR_TOKEN }} - commit-message: "Build Models" + commit-message: "chore: Build Models" title: "chore: Build Models" branch: "build-models" delete-branch: true \ No newline at end of file