82: Use maintained GH action r=D4nte a=D4nte



Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
bors[bot] 2021-04-28 02:39:59 +00:00 committed by GitHub
commit dbd9f0be1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 12 deletions

View File

@ -1,16 +1,15 @@
on:
issues:
types: opened
name: Add new issues to js-waku project board
on: [issues]
jobs:
assign_issue_to_project:
add-issue:
runs-on: ubuntu-latest
name: Assign new issue to project
steps:
- name: Create new project card with issue
id: list
uses: qmacro/action-add-issue-to-project-column@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
project: 'js-waku'
column: 'New'
- name: Move new issues into New
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/automate-project-columns@master
with:
project: js-waku
column: New
repo-token: ${{ secrets.GITHUB_TOKEN }}