]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github: continue on error
authorErnesto Puerta <37327689+epuertat@users.noreply.github.com>
Thu, 17 Mar 2022 19:53:31 +0000 (20:53 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Tue, 31 May 2022 12:48:25 +0000 (14:48 +0200)
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit b6791ee09a49398cdef39faae5f2e72f43061d64)

.github/workflows/pr-triage.yml

index 77fcff462e382caf4a9ee79b349195a7eb79cdfa..4c4855cbf13382da409468e0761671216f1ea75a 100644 (file)
@@ -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')