diff --git a/.github/workflows/acknowledge-new-issues.yml b/.github/workflows/acknowledge-new-issues.yml index b1ab9f0422..abb67166e9 100644 --- a/.github/workflows/acknowledge-new-issues.yml +++ b/.github/workflows/acknowledge-new-issues.yml @@ -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. diff --git a/.github/workflows/acknowledge-new-prs.yml b/.github/workflows/acknowledge-new-prs.yml index 65c7070688..f4ecbcbe0b 100644 --- a/.github/workflows/acknowledge-new-prs.yml +++ b/.github/workflows/acknowledge-new-prs.yml @@ -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:!