diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index abaa8de..33555a7 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -1,6 +1,8 @@ name: Add new issues to the specified project column -on: [issues, pull_request] +on: + issues: + types: [opened] jobs: add-new-issues-to-project-column: @@ -8,7 +10,6 @@ jobs: 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/6