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

View File

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