Use up to date syntax

This commit is contained in:
Franck Royer 2021-04-28 13:38:20 +10:00
parent dbd9f0be1e
commit 7811e92618
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 5 additions and 5 deletions

View File

@ -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