From 4292a14ea3b3af861c8aab7f0d7e79c746899f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=95=82?= <51281148+K-dash@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:46:34 +0900 Subject: [PATCH] Update .github/workflows/greeting.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- .github/workflows/greeting.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml index bcd3088..2503512 100644 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -19,5 +19,13 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "👋 Hi! Thanks for opening your first issue! 🎉 We're excited to see your contribution. If you find this project interesting or helpful, we'd be thrilled if you could give it a star ⭐ Your support means a lot to us! 😊" - pr-message: "👋 Hi! Thanks for submitting your first pull request! 🎉 We really appreciate your effort to improve this project. If you're enjoying your experience here and find the project interesting, we'd be over the moon if you could give it a star ⭐ It helps us grow and motivates us to keep improving! 🚀" + issue-message: | + 👋 Hi! Thanks for opening your first issue! + • We're excited to see your contribution. + • If you find this project helpful, please consider giving it a star ⭐ + • Your support means a lot to us! 😊 + pr-message: | + 👋 Hi! Thanks for submitting your first pull request! + • We appreciate your effort to improve this project. + • If you're enjoying your experience, please consider giving us a star ⭐ + • It helps us grow and motivates us to keep improving! 🚀