mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
17 lines
314 B
YAML
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 }}
|