From af9ae9f84f3bd6c52322d5e8333aa5a8105862cb Mon Sep 17 00:00:00 2001 From: Michael Stegeman Date: Wed, 16 Dec 2020 08:57:29 -0900 Subject: [PATCH] Update projects workflow. --- .github/workflows/projects.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index 7c5f712..0157c91 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/4