diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48a5ae9..0d55a4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - commit-message: Update distribution + commit-message: 'build: update distribution' title: Update distribution body: | - Updates the distribution for changes on `master` diff --git a/.github/workflows/update-dep.yml b/.github/workflows/update-dep.yml index e59a805..6236b02 100644 --- a/.github/workflows/update-dep.yml +++ b/.github/workflows/update-dep.yml @@ -18,7 +18,7 @@ jobs: uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} - commit-message: Update dependencies + commit-message: 'chore: update dependencies' committer: GitHub author: actions-bot title: Update dependencies