Skip to content

Commit

Permalink
Avoid moving approved PRs to Pending column (#63)
Browse files Browse the repository at this point in the history
* Avoid moving approved PRs to Pending column 2

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

* Apply fixes

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

---------

Signed-off-by: Fran Mulero <fmulero@vmware.com>
  • Loading branch information
fmulero authored May 15, 2024
1 parent 8b4183d commit 5d01bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
required: true
type: string
review_state:
required: true
required: false
type: string
author_association:
required: false
Expand Down
1 change: 1 addition & 0 deletions workflows/pr-review-hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
outputs:
author: ${{ steps.get-info.outputs.author }}
actor: ${{ steps.get-info.outputs.actor }}
review_state: ${{ steps.get-info.outputs.review_state }}
labels: ${{ steps.get-info.outputs.labels }}
resource_url: ${{ steps.get-info.outputs.resource_url }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down

0 comments on commit 5d01bd9

Please sign in to comment.