Skip to content

Commit ed5d03b

Browse files
authored
[bitnami/charts] Add workflow to move issue cards based on PR reviews (bitnami#14342)
Signed-off-by: Fran Mulero <fmulero@vmware.com> Signed-off-by: Fran Mulero <fmulero@vmware.com>
1 parent d3bc47d commit ed5d03b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-reviews.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
with:
2828
project-name: Support
2929
column-name: Pending
30+
issue-number: ${{ github.event.pull_request.number }}
3031
- name: Move into In Progress
3132
uses: peter-evans/create-or-update-project-card@v2
3233
if: ${{ github.event.action != 'submitted' }}
3334
with:
3435
project-name: Support
35-
column-name: In progress
36+
column-name: In progress
37+
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)