diff --git a/.github/workflows/label-assign.yml b/.github/workflows/label-assign.yml index 7752bf7..307cb6c 100644 --- a/.github/workflows/label-assign.yml +++ b/.github/workflows/label-assign.yml @@ -3,8 +3,8 @@ name: Label & Assign on: issue_comment: types: [created, edited] -# pull_request_review: -# types: [submitted, edited] + pull_request_review: + types: [submitted, edited] permissions: pull-requests: write