From 1600788f77ba6b208a0bf089a361d22ff851df04 Mon Sep 17 00:00:00 2001 From: Vittorio Guerriero Date: Sun, 31 May 2020 10:25:05 +0100 Subject: [PATCH] fix(release): adjust automated pr to create a valid commit msg (#354) --- .github/workflows/definitelyTyped.yml | 2 +- .github/workflows/performance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/definitelyTyped.yml b/.github/workflows/definitelyTyped.yml index 608d9e0bb..03bf0e034 100644 --- a/.github/workflows/definitelyTyped.yml +++ b/.github/workflows/definitelyTyped.yml @@ -43,7 +43,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }} with: - commit-message: chore(definitelyTyped) add definitelyTyped tests data + commit-message: "chore(definitelyTyped) add definitelyTyped tests data" committer: typescripttdd author: typescripttdd title: DefinitelyTyped Tests Data on ${{ env.DATE }} diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index fa42e0a5f..23dc04833 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -42,7 +42,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v2 with: - commit-message: chore(performance) add performance data + commit-message: "chore(performance): add performance data" committer: typescripttdd author: typescripttdd title: Performance Data on ${{ env.DATE }}