diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c709c4d..3efd2f1 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,9 +1,8 @@ name: Auto Assign run-name: Auto assigning people to ${{ github.actor }}'s Pull Request. 🚀 on: - pull_request: - branches: - - main + pull_request_target: + types: [opened, ready_for_review] jobs: Add-Reviewers: runs-on: ubuntu-latest