[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:
parent
877fb4f87c
commit
1cd86369c3
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue