Skip to content

Support recursive feature #4

Support recursive feature

Support recursive feature #4

name: Add to GitHub Project
on:
issues:
types: [opened]
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/zkmopro/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}