Skip to content

Commit 545a01e

Browse files
committed
feat(greetings): update first issue and pull request messages to enhance user engagement and appreciation
1 parent 8828964 commit 545a01e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/greetings.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@ jobs:
1212
- uses: actions/first-interaction@v1
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
issue-message: "Message that will be displayed on users' first issue"
16-
pr-message: "Message that will be displayed on users' first pull request"
15+
issue-message: |
16+
👋 Thank you for submitting your first Issue 🎉
17+
We truly appreciate your feedback — it helps us continuously improve the component library experience.
18+
Our team will review it soon and follow up with you. Thanks for your support!
19+
20+
pr-message: |
21+
🎉 Thank you for submitting your first Pull Request!
22+
Your contribution makes the component library better and helps more developers 🙌
23+
The reviewer will check it shortly — we really appreciate your participation!

0 commit comments

Comments
 (0)