name: Add PRs to Combodo PRs Dashboard on: pull_request_target: types: - opened jobs: add-to-project: name: Add PR to Combodo Project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/Combodo/projects/5 github-token: ${{ secrets.PR_AUTOMATICALLY_ADD_TO_PROJECT }}