name: Update Github Project on: pull_request: types: - opened issues: types: - opened jobs: add-to-project: name: Add PRs and issues to MIGX project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v0.4.0 with: project-url: https://github.com/orgs/ROCmSoftwarePlatform/projects/20 github-token: $${{ ${{ github.token }} }}