diff --git a/.github/workflows/check-pr-has-milestone.yml b/.github/workflows/check-pr-has-milestone.yml index c360fb6397..11c87a22db 100644 --- a/.github/workflows/check-pr-has-milestone.yml +++ b/.github/workflows/check-pr-has-milestone.yml @@ -1,7 +1,7 @@ name: "Check PR Has Milestone" on: - pull_request_target: + pull_request: types: [ opened, edited, synchronize, reopened ] branches: - dev