Skip to content

The joblib files for some metrics not written #11

The joblib files for some metrics not written

The joblib files for some metrics not written #11

name: Add to Project
# DISCLAIMER: Never add a job that checks out code in this action
# as the secrets and tokens have repo write access. See link for more info
# https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
on:
pull_request_target:
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 }}