Skip to content

Create add_to_project.yml #1

Create add_to_project.yml

Create add_to_project.yml #1

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/[email protected]
with:
project-url: https://github.com/orgs/NOAA-OWP/projects/30
github-token: ${{ secrets.FORMULATION_PROJECT_ADD_TOKEN }}