diff --git a/.github/workflows/create-v1.0-pull-request.yml b/.github/workflows/create-v1.0-pull-request.yml index dd314d8..67be574 100644 --- a/.github/workflows/create-v1.0-pull-request.yml +++ b/.github/workflows/create-v1.0-pull-request.yml @@ -36,7 +36,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MESSAGE_TITLE: Generated v1.0 typings using Typewriter - MESSAGE_BODY: "This pull request was automatically created by the GitHub Action, **${{github.workflow}}**. \n\n The commit hash is _${{github.sha}}_. \n\n **Important** Check for unexpected deletions or changes in this PR. Make sure to bump the version. Create a GitHub release after releasing on npm and [DefinatelyTyped](http://definitelytyped.org/guides/contributing.html). \n\n cc: @darrelmiller" + MESSAGE_BODY: "This pull request was automatically created by the GitHub Action, **${{github.workflow}}**. \n\n The commit hash is _${{github.sha}}_. \n\n **Important** Check for unexpected deletions or changes in this PR. Make sure to bump the version. Create a GitHub release after releasing on npm and [DefinitelyTyped](http://definitelytyped.org/guides/contributing.html). \n\n cc: @darrelmiller" REVIEWERS: peombwa,ddyett,zengin,MIchaelMainer ASSIGNEDTO: nikithauc LABELS: generated