diff --git a/.github/workflows/pr-author.yml b/.github/workflows/pr-author.yml index 7b264b166..3302f5c68 100644 --- a/.github/workflows/pr-author.yml +++ b/.github/workflows/pr-author.yml @@ -1,10 +1,8 @@ name: 🧼 PR on: - pull_request: - types: - - edited - - opened + pull_request_target: + types: [opened, reopened] permissions: pull-requests: write