Skip to content

Commit

Permalink
chore: Format welcome message with emojis (#1583)
Browse files Browse the repository at this point in the history
Co-authored-by: Puneet Pruthi <[email protected]>
  • Loading branch information
ppruthi and Puneet Pruthi authored Jul 22, 2022
1 parent 0e6bb35 commit 7da5f49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/acknowledge-new-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
body: |
Hey @${{ github.event.issue.user.login }} ! Thank you so much for reporting
the issue/feature request. Someone from SynapseML Team will be looking
to triage this issue soon. We appreciate your patience.
Hey @${{ github.event.issue.user.login }} :wave:!
Thank you so much for reporting the issue/feature request :rotating_light:.
Someone from SynapseML Team will be looking to triage this issue soon.
We appreciate your patience.
7 changes: 4 additions & 3 deletions .github/workflows/acknowledge-new-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Hey @${{ github.event.pull_request.user.login }} ! Thank you so much for contributing
to our repository. Someone from SynapseML Team will be reviewing this pull request
soon. We appreciate your patience and contributions!
Hey @${{ github.event.pull_request.user.login }} :wave:!
Thank you so much for contributing to our repository :raised_hands:.
Someone from SynapseML Team will be reviewing this pull request soon.
We appreciate your patience and contributions :100:!

0 comments on commit 7da5f49

Please sign in to comment.