Skip to content

Commit

Permalink
Uses multi-line markdown message in greetings.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 authored Mar 4, 2024
1 parent 59dc9d3 commit 2fda71c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,17 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hi there!\n\n🎉 Welcome to our GitHub repository! Thank you for opening your first issue. We appreciate your contribution to our project.\nOur team will look into the issue at the earliest. If you have any additional information or suggestions, feel free to share them. Your input is valuable to us.\n\nIf you have any questions or need assistance, don't hesitate to reach out. Happy coding!"
pr-message: "Hi there!\n\n🚀 Congratulations on your first pull request! We're thrilled to see your contribution to our project.\nOur team will review your pull request at the earliest. If there are any changes or additional information needed, we'll provide feedback. Your effort is greatly appreciated.\n\nIf you have any questions or need guidance, feel free to ask. We're here to help and excited to collaborate with you."
issue-message: |
Hi there!
🎉 Welcome to our GitHub repository! Thank you for opening your first issue. We appreciate your contribution to our project.
Our team will look into the issue at the earliest. If you have any additional information or suggestions, feel free to share them. Your input is valuable to us.
If you have any questions or need assistance, don't hesitate to reach out. Happy coding!
pr-message: |
Hi there!
🚀 Congratulations on your first pull request! We're thrilled to see your contribution to our project.
Our team will review your pull request at the earliest. If there are any changes or additional information needed, we'll provide feedback. Your effort is greatly appreciated.
If you have any questions or need guidance, feel free to ask. We're here to help and excited to collaborate with you.

0 comments on commit 2fda71c

Please sign in to comment.