diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0a004528..f1ec8445 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,7 @@ name: Automatic Labeling on: - pull_request: + pull_request_target: types: [opened, synchronize, reopened, ready_for_review, converted_to_draft, closed] pull_request_review: types: [submitted, dismissed] |