diff --git a/.github/workflows/contribution-policy.yml b/.github/workflows/contribution-policy.yml index e67e05e1..abe69346 100644 --- a/.github/workflows/contribution-policy.yml +++ b/.github/workflows/contribution-policy.yml @@ -14,7 +14,14 @@ on: default: true type: boolean pull_request_target: - types: [labeled, unlabeled] + types: + - opened + - edited + - reopened + - synchronize + - ready_for_review + - labeled + - unlabeled permissions: contents: read