From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Thu, 17 Mar 2022 19:53:31 +0000 (+0100) Subject: .github: continue on error X-Git-Tag: v18.0.0~1217^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b6791ee09a49398cdef39faae5f2e72f43061d64;p=ceph.git .github: continue on error Signed-off-by: Ernesto Puerta --- diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 77fcff462e38..4c4855cbf133 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')