Skip to content

Commit

Permalink
ci: add check for PR author organization membership and assign them (c…
Browse files Browse the repository at this point in the history
…loudforet-io#5521)

* chore: for ci test

Signed-off-by: Wanjin Noh <[email protected]>

* ci: add check for PR author organization membership and assign them

Signed-off-by: Wanjin Noh <[email protected]>

* ci: update pull request review labeler to handle reopened events

Signed-off-by: Wanjin Noh <[email protected]>

* ci: enhance pull request review labeler to handle missing review state

Signed-off-by: Wanjin Noh <[email protected]>

---------

Signed-off-by: Wanjin Noh <[email protected]>
  • Loading branch information
WANZARGEN committed Jan 16, 2025
1 parent 6052741 commit 36b2321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request_review_labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
}
}
// Remove 'pending/review' label if it exists and the review state is not 'pending'
if (hasPendingReview && reviewState !== 'pending') {
await github.rest.issues.removeLabel({
Expand Down

0 comments on commit 36b2321

Please sign in to comment.