Skip to content

Commit

Permalink
Create add_to_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madMatchstick authored Aug 27, 2024
1 parent a004431 commit e7544c6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 }}

0 comments on commit e7544c6

Please sign in to comment.