diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 5f56d21..8be6ced 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,13 +1,14 @@ -# Add all the issues created to the project. +# Add issues or pull-requests created to the project. name: Add issue or pull request to Project on: issues: types: - opened - pull_request: + pull_request_target: types: - opened + - reopened jobs: add-to-project: