2021-04-28 02:38:58 +00:00
|
|
|
name: Add new issues to js-waku project board
|
|
|
|
|
2021-04-28 03:38:20 +00:00
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types: [opened]
|
2021-04-26 10:34:11 +00:00
|
|
|
|
|
|
|
jobs:
|
2021-04-28 03:38:20 +00:00
|
|
|
add-new-issue-to-new-column:
|
2021-04-26 10:34:11 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-04-28 03:38:20 +00:00
|
|
|
- uses: alex-page/github-project-automation-plus@v0.6.0
|
2021-04-28 02:38:58 +00:00
|
|
|
with:
|
|
|
|
project: js-waku
|
|
|
|
column: New
|
2021-04-28 06:44:10 +00:00
|
|
|
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
|