mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-27 20:55:59 +00:00
102c55c4ff
"Read and write org and team membership, read and write org projects" according to https://github.com/alex-page/github-project-automation-plus
16 lines
342 B
YAML
16 lines
342 B
YAML
name: Add new issues to js-waku project board
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
add-new-issue-to-new-column:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: alex-page/github-project-automation-plus@v0.6.0
|
|
with:
|
|
project: js-waku
|
|
column: New
|
|
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
|