Skip to content

Commit 554af2f

Browse files
update: updated PR title, commit msg, and slack msg
1 parent 7fa96e6 commit 554af2f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-example-tutorials.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -92,5 +92,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)