mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-18 07:16:33 +00:00
Merge #82
82: Use maintained GH action r=D4nte a=D4nte Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
commit
dbd9f0be1e
23
.github/workflows/add-action-project.yml
vendored
23
.github/workflows/add-action-project.yml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user