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

* Set explicitily the issue-number

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

* Set explicitily the issue-number

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 16:57:39 +02:00 committed by GitHub
parent 5c695cac18
commit d7e65e2456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -148,3 +148,5 @@ jobs:
project-name: Support
column-name: From Bitnami
token: "${{ secrets.GITHUB_TOKEN }}"
# The action by default uses github.event.issue.number but PRs don't have that field
issue-number: ${{ github.event.number }}