File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ jobs:
7272 git checkout -b $BRANCH_NAME
7373
7474 git add .
75- git commit -m "Update example app tutorials from SDK repo "
75+ git commit -m "chore: example app usage guide updated "
7676 git push -u origin $BRANCH_NAME
7777 echo "Successfully pushed changes to docs repo on branch $BRANCH_NAME"
7878
7979 PR_URL=$(gh pr create \
80- --title "Update example app tutorials from SDK repo " \
81- --body "Automated PR from ts-immutable-sdk to update tutorials. Review and merge if all looks good." \
80+ --title "auto(ts-immutable-sdk): example app usage guide updated " \
81+ --body "Automated PR from ts-immutable-sdk to update tutorials. This is safe for anyone to approve and merge."
8282 --base DVR-295-docs-restructure \
8383 --repo immutable/docs)
8484
9292 if : steps.create_pr.outputs.pr_url != ''
9393 uses : ./.github/actions/notify-slack-publish-status
9494 with :
95- message : ' New automated tutorials PR is ready for review: ${{ steps.create_pr.outputs.pr_url }}'
95+ message : ' New automated TS SDK sample app tutorials PR is ready for review: ${{ steps.create_pr.outputs.pr_url }}'
9696 webhook-url : ${{ secrets.SDK_DOCS_TUTORIALS_SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments