Created new OWP government license file for LGAR-C repo #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |