From 7811e926186160fc88d7d7487066b322df86a93f Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 28 Apr 2021 13:38:20 +1000 Subject: [PATCH] Use up to date syntax --- .github/workflows/add-action-project.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/add-action-project.yml b/.github/workflows/add-action-project.yml index c399132fa5..fe6c8222a1 100644 --- a/.github/workflows/add-action-project.yml +++ b/.github/workflows/add-action-project.yml @@ -1,14 +1,14 @@ name: Add new issues to js-waku project board -on: [issues] +on: + issues: + types: [opened] jobs: - add-issue: + add-new-issue-to-new-column: runs-on: ubuntu-latest steps: - - name: Move new issues into New - if: github.event_name == 'issues' && github.event.action == 'opened' - uses: alex-page/automate-project-columns@master + - uses: alex-page/github-project-automation-plus@v0.6.0 with: project: js-waku column: New