diff --git a/.github/workflows/cargo_update.yaml b/.github/workflows/cargo_update.yaml index f4f50e5..8441ee7 100644 --- a/.github/workflows/cargo_update.yaml +++ b/.github/workflows/cargo_update.yaml @@ -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" diff --git a/.github/workflows/flake_update.yaml b/.github/workflows/flake_update.yaml index a7dae6b..5d2de53 100644 --- a/.github/workflows/flake_update.yaml +++ b/.github/workflows/flake_update.yaml @@ -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"