diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml new file mode 100644 index 00000000..d8f04cbf --- /dev/null +++ b/.github/workflows/add-to-project.yml @@ -0,0 +1,18 @@ +--- +name: Add issues to project + +on: + issues: + types: ['opened'] + pull_request: + types: ['opened'] + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.3.0 + with: + project-url: https://github.com/orgs/vmware-tanzu/projects/16 + github-token: ${{ secrets.CARVEL_ADD_TO_PROJECT_TOKEN }}