85: Use up to date syntax for project mgmt r=D4nte a=D4nte



Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
bors[bot] 2021-04-28 03:39:02 +00:00 committed by GitHub
commit 72c9bef3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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