diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 0000000000..46095c66cd --- /dev/null +++ b/.github/workflows/action.yml @@ -0,0 +1,16 @@ +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 }}