From 314647752af82f122798e6115b3119bbc24c6815 Mon Sep 17 00:00:00 2001 From: JessicaGarrett-NOAA <30940444+madMatchstick@users.noreply.github.com> Date: Mon, 6 May 2024 12:38:43 -0400 Subject: [PATCH] Update add_to_project.yml --- .github/workflows/add_to_project.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add_to_project.yml b/.github/workflows/add_to_project.yml index 1703326c..5e7832d4 100644 --- a/.github/workflows/add_to_project.yml +++ b/.github/workflows/add_to_project.yml @@ -2,16 +2,16 @@ name: Add to Project on: #pull_request_target: - pull_request: - types: - - opened + #pull_request: + # types: + # - opened issues: types: - opened jobs: add-to-project: - name: Add prs and issues to formulation project + name: Add issues to formulation project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v0.6.1