diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml new file mode 100644 index 0000000..c16f090 --- /dev/null +++ b/.github/workflows/projects.yml @@ -0,0 +1,15 @@ +name: Add new issues to the specified project column + +on: [issues, pull_request] + +jobs: + add-new-issues-to-project-column: + runs-on: ubuntu-latest + steps: + - name: add-new-issues-to-organization-based-project-column + uses: docker://takanabe/github-actions-automate-projects:v0.0.1 + if: github.event_name == 'issues' && github.event.action == 'opened' + env: + GITHUB_TOKEN: ${{ secrets.CI_TOKEN }} + GITHUB_PROJECT_URL: https://github.com/orgs/WebThingsIO/projects/5 + GITHUB_PROJECT_COLUMN_NAME: To do