From 3a78a0db136aa10a5d1f5d675f7e7e3efae85181 Mon Sep 17 00:00:00 2001 From: JessicaGarrett-NOAA <30940444+madMatchstick@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:23:55 -0400 Subject: [PATCH] Create add_to_project.yml --- .github/workflows/add_to_project.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/add_to_project.yml diff --git a/.github/workflows/add_to_project.yml b/.github/workflows/add_to_project.yml new file mode 100644 index 00000000..830b8884 --- /dev/null +++ b/.github/workflows/add_to_project.yml @@ -0,0 +1,19 @@ +name: Add to Project + +on: + pull_request: + types: + - opened + issues: + types: + - opened + +jobs: + add-to-project: + name: Add issues and PRs to formulation project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.6.1 + with: + project-url: https://github.com/orgs/NOAA-OWP/projects/30 + github-token: ${{ secrets.FORMULATION_PROJECT_ADD_TOKEN }}