Skip to content

Missing action documentation in the core section #11

Missing action documentation in the core section

Missing action documentation in the core section #11

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