From 5ebcf68bb827d52f49aa6c2acc2b27031e765b78 Mon Sep 17 00:00:00 2001 From: Samyak S Sarnayak Date: Tue, 4 Oct 2022 09:53:36 +0530 Subject: [PATCH] ci: ignore errors in greetings workflow See: https://github.com/actions/first-interaction/issues/101 --- .github/workflows/greetings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 6a265a429..4d0f79413 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: 'Hello there, thanks for opening your first issue. We welcome you to the community!'