Skip to content

Commit

Permalink
chore: Make update jobs use conventional commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 8, 2025
1 parent cd7c5ed commit ae8e364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Update Cargo.lock"
commit-message: "chore: Update Cargo.lock"
title: "Update Cargo.lock"
body: "This PR updates the Cargo.lock file."
branch: "update-cargo-lock"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Update flake.lock"
title: "Update flake.lock"
title: "chore: Update flake.lock"
body: "This PR updates the flake.lock file."
branch: "update-flake-lock"
branch-suffix: "short-commit-hash"
Expand Down

0 comments on commit ae8e364

Please sign in to comment.