From 8d41514320c09d26a50f298a16f2608b93b5833c Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 23 Sep 2020 16:03:18 +0900 Subject: [PATCH] ci: update commit messages --- .github/workflows/ci.yml | 2 +- .github/workflows/update-dep.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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