Skip to content

Commit

Permalink
Update 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 14f334a commit a33eefb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
name: Add to Project

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

jobs:
add-to-project:
name: Add issues to formulation 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.TEST-CFE-2 }}
github-token: ${{ secrets.FORMULATION_PROJECT_ADD_TOKEN }}

0 comments on commit a33eefb

Please sign in to comment.