Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Format welcome message with emojis #1583

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:!