From 07a4f17084a2dcd3a4ac83ef0c985d1a392d609e Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Mon, 31 Jul 2023 03:43:17 -0400 Subject: [PATCH] Update issues.yml (#102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related Tickets & Documents - Related Issue # - Closes # ## Added/updated tests? - [ ] Yes - [ ] No, and this is why: _please replace this line with details on why tests have not been included_ - [ ] I need help with writing tests ## Run verifications and test - [ ] `make verify` is passing - [ ] `make test` is passing Signed-off-by: Corey Daley --- .github/workflows/issues.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: