Skip to content

Clean data

Clean data #15

Workflow file for this run

name: Add to GitHub Projects
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/users/lryanle/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}