diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index ca4827f..718e8b3 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -2,7 +2,7 @@ name: Auto Assign PRs to Project on: issues: types: [ opened ] - pull_requests: + pull_request: types: [ opened ] # github-script: https://github.com/actions/github-script