From 389fa31b89461c78015b3b3d9a7bbfe61a0b879f Mon Sep 17 00:00:00 2001 From: Stephen Liu <750188453@qq.com> Date: Fri, 30 Sep 2022 19:36:25 +0800 Subject: [PATCH] fix: new welcome new users action (#21662) --- .github/workflows/welcome-new-users.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index 88111078b..8f6255b75 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -12,7 +12,8 @@ jobs: steps: - name: Welcome Message - uses: actions/first-interaction@v1.0.0 + uses: actions/first-interaction@v1 + continue-on-error: true with: repo-token: ${{ secrets.GITHUB_TOKEN }} pr-message: |-