Skip to content

Commit

Permalink
Added @ for greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaBebop authored Oct 24, 2023
1 parent b01a7df commit 74889a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you ${{ env.username }} for bringing up this issue to help enhance our project even further! We'll review it soon. 🙌❤️"
pr-message: "Thank you for opening a pull request ${{ env.username }}. We'll will review it as soon as possible 🙌❤️"
issue-message: "Thank you @${{ env.username }} for bringing up this issue to help enhance our project even further! We'll review it soon. 🙌❤️"
pr-message: "Thank you for opening a pull request @${{ env.username }}. We'll will review it as soon as possible 🙌❤️"

0 comments on commit 74889a2

Please sign in to comment.