Skip to content

Commit

Permalink
Add chore commit message to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Mar 27, 2024
1 parent b3c0336 commit 5c1cd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c1cd40

Please sign in to comment.