diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 7203d7ef..bae5e76f 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -1,8 +1,8 @@ name: ✨ Auto-label PR on: - pull_request: - types: [opened, synchronize] + pull_request_target: + types: [opened, synchronized, reopened] jobs: update-pr: