js-waku/.github/workflows/add-action-project.yml

16 lines
342 B
YAML
Raw Normal View History

2021-05-13 00:42:14 +00:00
name: Add new issues to waku-js project board
2021-04-28 02:38:58 +00:00
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:
2021-05-13 00:42:14 +00:00
project: waku-js
2021-04-28 02:38:58 +00:00
column: New
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}