From 999f34f3a5f1a1a7dc2b8273a5e49e06c7989234 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Thu, 17 Mar 2022 20:53:31 +0100 Subject: [PATCH] .github: continue on error Signed-off-by: Ernesto Puerta (cherry picked from commit b6791ee09a49398cdef39faae5f2e72f43061d64) --- .github/workflows/pr-triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 77fcff462e382..4c4855cbf1338 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -17,6 +17,7 @@ jobs: with: configuration-path: .github/milestone.yml repo-token: "${{ secrets.GITHUB_TOKEN }}" + continue-on-error: true - name: Assign to Dashboard project uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 if: contains(github.event.pull_request.labels.*.name, 'dashboard') -- 2.39.5