Skip to content

Commit a0dc542

Browse files
committed
only trigger review for members
1 parent c17c9a3 commit a0dc542

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/polka-codes-review-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020

2121
jobs:
2222
handle:
23+
if: github.event_name == 'workflow_dispatch' || contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.pull_request.author_association)
2324
timeout-minutes: 10
2425
runs-on: ubuntu-latest
2526
steps:

0 commit comments

Comments
 (0)