Skip to content

Add - add-to-project action to all pyOpenSci repos listed in this issue #1

Add - add-to-project action to all pyOpenSci repos listed in this issue

Add - add-to-project action to all pyOpenSci repos listed in this issue #1

name: Add help-wanted issues to help wanted board
on:
issues:
types:
- labeled
jobs:
add-help-wanted:
runs-on: ubuntu-latest
permissions:
repository-projects: write
steps:
- uses: actions/checkout@v4
- name: Add issue to project
id: add-to-project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/pyOpenSci/projects/3
github-token: ${{ secrets.GHPROJECT_TOKEN }}
labeled: help-wanted, sprintable
label-operator: OR