Skip to content

None of the examples in create team show how to use parent_team_id #145

None of the examples in create team show how to use parent_team_id

None of the examples in create team show how to use parent_team_id #145

name: Add issues to API team project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/github/projects/8014
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}