From 8ce319942adc1f4edf21faf7d78e71a090fe0de7 Mon Sep 17 00:00:00 2001 From: Shubham Jain Date: Mon, 3 Oct 2022 09:04:13 +0530 Subject: [PATCH] ci: temp fix the greetings action (#182) temp fixing the greetings action based on the suggestion provided here - https://github.com/actions/first-interaction/issues/101#issuecomment-1262487501 --- .github/workflows/greetings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 58eb86b64..d1bcbc251 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -10,6 +10,7 @@ jobs: pull-requests: write steps: - uses: actions/first-interaction@v1 + continue-on-error: true with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Thank you and congratulations 🎉 for opening your very first issue in keploy'