-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(release): adjust automated pr to create a valid commit msg (#354)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
author: typescripttdd <[email protected]> | ||
title: DefinitelyTyped Tests Data on ${{ env.DATE }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
author: typescripttdd <[email protected]> | ||
title: Performance Data on ${{ env.DATE }} | ||
|