From 1cd86369c3b80e6b63df8315ee3d1813352caf2b Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Wed, 31 Aug 2022 10:38:20 +0200 Subject: [PATCH] [bitnami/*] Move failed automated PRs into Support Dashboard (#4450) * Create card in column 'From Bitnami' en case of error Signed-off-by: Fran Mulero * Amend step name and token for assignments Signed-off-by: Fran Mulero Signed-off-by: Fran Mulero --- .github/workflows/ci-automated-pipeline.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-automated-pipeline.yaml b/.github/workflows/ci-automated-pipeline.yaml index d128aa52d366..da4b4cce93e8 100644 --- a/.github/workflows/ci-automated-pipeline.yaml +++ b/.github/workflows/ci-automated-pipeline.yaml @@ -141,3 +141,10 @@ jobs: removePreviousAssignees: true teams: build-maintainers repo-token: "${{ secrets.BITNAMI_BOT_TOKEN }}" + - name: Move into From Bitnami + uses: peter-evans/create-or-update-project-card@v2 + if: ${{ needs.vib-verify.result != 'success' }} + with: + project-name: Support + column-name: From Bitnami + token: "${{ secrets.GITHUB_TOKEN }}"