Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(release): adjust automated pr to create a valid commit msg #354

Merged
merged 1 commit into from
May 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/definitelyTyped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down