You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create-v1.0-pull-request.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ jobs:
36
36
env:
37
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
38
MESSAGE_TITLE: Generated v1.0 typings using Typewriter
39
-
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"
39
+
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"
0 commit comments