[bitnami/*] Move failed automated PRs into Support Dashboard (#4450)

* Create card in column 'From Bitnami' en case of error

Signed-off-by: Fran Mulero <fmulero@vmware.com>

* Amend step name and token for assignments

Signed-off-by: Fran Mulero <fmulero@vmware.com>

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero 2022-08-31 10:38:20 +02:00 committed by GitHub
parent 877fb4f87c
commit 1cd86369c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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 }}"