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'