From 80a65e2fdcacc478c1261d0ca2e217f10ba73619 Mon Sep 17 00:00:00 2001 From: Alexandre Conde Date: Fri, 26 Feb 2021 19:39:47 +0000 Subject: [PATCH] fix repo's name --- .github/automation/greetings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/automation/greetings.yml b/.github/automation/greetings.yml index 5034371..a3af847 100644 --- a/.github/automation/greetings.yml +++ b/.github/automation/greetings.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Thank you for your interest in `meteoalarm-rssapi`. I hope to answer your issue soon.' - pr-message: 'Thanks for you contribution to `meteoalarm-rssapi`. I hope to review it soon.' + issue-message: 'Thank you for your interest in `meteoalarmeu`. I hope to answer your issue soon.' + pr-message: 'Thanks for you contribution to `meteoalarmeu`. I hope to review it soon.'