From fc8fa0ea1162070bc3462f7bc2741a2ecdf5a73b Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 7 Jun 2024 12:39:20 -0600 Subject: [PATCH] Create add-help-wanted.yml --- .github/workflows/add-help-wanted.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/add-help-wanted.yml diff --git a/.github/workflows/add-help-wanted.yml b/.github/workflows/add-help-wanted.yml new file mode 100644 index 00000000..aca8ff87 --- /dev/null +++ b/.github/workflows/add-help-wanted.yml @@ -0,0 +1,20 @@ +name: Add help-wanted issues to help wanted board + +on: + issues: + types: + - labeled + +jobs: + add-help-wanted: + runs-on: ubuntu-latest + steps: + - name: Add issue to project + id: add-to-project + uses: actions/add-to-project@v1.0.1 + with: + project-url: https://github.com/orgs/pyOpenSci/projects/3 + # This is a organization level token so it can be used across all repos in our org + github-token: ${{ secrets.GHPROJECT_HELP_WANTED }} + labeled: help wanted, sprintable + label-operator: OR