From 068b0a1128e08cda474f9a78bcf2eaab09680325 Mon Sep 17 00:00:00 2001 From: "Juraj K." <140317448+mostypc123@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:05:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20use=20"mostypc123bot"=20as?= =?UTF-8?q?=20commenting=20user?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/greetings.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 207a6b1..e03501d 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -4,7 +4,6 @@ on: types: [opened, closed] issues: types: [opened] - jobs: greeting: runs-on: ubuntu-latest @@ -15,9 +14,8 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Thanks for your issue!" - pr-message: "Thanks for the pull request!" - + issue-message: "Thanks for your issue!
Just a reminder, we recommend to read existing issues and documentation." + pr-message: "Thanks for the pull request!" - name: Check Contributor History uses: actions/github-script@v7 with: @@ -44,9 +42,9 @@ jobs: let message = ''; if (totalContributions > 10) { - message = `Wow, you're still contributing @${contributor}!`; + message = `Wow, you're still contributing @${contributor}!`; } else if (totalContributions > 1) { - message = "Whoa! Thanks for another contribution!"; + message = "Whoa! Thanks for another contribution!"; } if (message) {