# This is a basic workflow to help you get started with Actions name: Assign to 🦓 Project on: issues: types: [opened] pull_request: types: [opened] jobs: automate-project-columns: runs-on: ubuntu-latest steps: - uses: alex-page/github-project-automation-plus@v0.2.4 with: project: 🦓 column: To Do repo-token: ${{ secrets.GITHUB_TOKEN }}