From 9c7cb9dbdcd040fa8c4e16a5a57b329f4f767f54 Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Fri, 3 Feb 2023 12:50:26 -0800 Subject: [PATCH] Change commit message and PR title to imperative mood Signed-off-by: Andrew Ross --- .github/workflows/version.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index d1b5e90484ec4..c9af8083d5d3c 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -59,12 +59,12 @@ jobs: token: ${{ steps.github_app_token.outputs.token }} base: ${{ env.BASE }} branch: 'create-pull-request/patch-${{ env.BASE }}' - commit-message: Incremented version to ${{ env.NEXT_VERSION }} + commit-message: Increment version to ${{ env.NEXT_VERSION }} signoff: true delete-branch: true labels: | autocut - title: '[AUTO] Incremented version to ${{ env.NEXT_VERSION }}.' + title: '[AUTO] Increment version to ${{ env.NEXT_VERSION }}.' body: | I've noticed that a new tag ${{ env.TAG }} was pushed, and incremented the version from ${{ env.CURRENT_VERSION }} to ${{ env.NEXT_VERSION }}. @@ -86,12 +86,12 @@ jobs: token: ${{ steps.github_app_token.outputs.token }} base: ${{ env.BASE_X }} branch: 'create-pull-request/patch-${{ env.BASE_X }}' - commit-message: Added bwc version ${{ env.NEXT_VERSION }} + commit-message: Add bwc version ${{ env.NEXT_VERSION }} signoff: true delete-branch: true labels: | autocut - title: '[AUTO] [${{ env.BASE_X }}] Added bwc version ${{ env.NEXT_VERSION }}.' + title: '[AUTO] [${{ env.BASE_X }}] Add bwc version ${{ env.NEXT_VERSION }}.' body: | I've noticed that a new tag ${{ env.TAG }} was pushed, and added a bwc version ${{ env.NEXT_VERSION }}. @@ -113,11 +113,11 @@ jobs: token: ${{ steps.github_app_token.outputs.token }} base: main branch: 'create-pull-request/patch-main' - commit-message: Added bwc version ${{ env.NEXT_VERSION }} + commit-message: Add bwc version ${{ env.NEXT_VERSION }} signoff: true delete-branch: true labels: | autocut - title: '[AUTO] [main] Added bwc version ${{ env.NEXT_VERSION }}.' + title: '[AUTO] [main] Add bwc version ${{ env.NEXT_VERSION }}.' body: | I've noticed that a new tag ${{ env.TAG }} was pushed, and added a bwc version ${{ env.NEXT_VERSION }}.