From 44e09e9ba3c22515b618ebe5ec9e7c7c11d9c6a4 Mon Sep 17 00:00:00 2001 From: Liz Gehret <54517601+lizgehret@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:21:26 -0700 Subject: [PATCH] Create add-to-project-ci.yml --- .github/workflows/add-to-project-ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/add-to-project-ci.yml diff --git a/.github/workflows/add-to-project-ci.yml b/.github/workflows/add-to-project-ci.yml new file mode 100644 index 0000000..5de9d65 --- /dev/null +++ b/.github/workflows/add-to-project-ci.yml @@ -0,0 +1,21 @@ +name: Add new issues and PRs to triage project board + +on: + issues: + types: + - opened + pull_request_target: + types: + - opened + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.3.0 + with: + project-url: https://github.com/orgs/qiime2/projects/36 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: skip-triage + label-operator: NOT