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 May 29, 2024
1 parent b8576f6 commit c0a9c4b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add to Project

on:
#pull_request_target:
#pull_request:
# types:
# - opened
issues:
types:
- opened

jobs:
add-to-project:
name: Add issues 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.TEST_OWP_ORG_PROJECT_READ_WRITE_PAT }}

0 comments on commit c0a9c4b

Please sign in to comment.