diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index d3ebb714e66..12b4c79031f 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/first-interaction@v1 + continue-on-error: true with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience."