From ca610efb585cfc8074a4b429b647500ad7cb1a2d Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Mon, 31 Jul 2023 03:38:33 -0400 Subject: [PATCH] Update issues.yml (#242) 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 055ca82..8be6ced 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -5,9 +5,10 @@ on: issues: types: - opened - pull_request: + pull_request_target: types: - opened + - reopened jobs: add-to-project: @@ -17,4 +18,4 @@ jobs: uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/gorilla/projects/4 - github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }} \ No newline at end of file + github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}