Files
nanoreth/.github/workflows/project.yml
2023-01-05 17:44:13 +02:00

17 lines
314 B
YAML

name: project
on:
issues:
types:
- opened
jobs:
add:
name: add issue/pr
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/paradigmxyz/projects/1
github-token: ${{ secrets.GH_PROJECT_TOKEN }}