diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6807c9..cee0e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ name: Auto Author Assign -on: [ pull_request_target ] +on: + pull_request_target: + issues: + types: [ opened, reopened ] permissions: + issues: write pull-requests: write jobs: