mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 07:23:12 +00:00
Automatically add new issues to project board (#566)
Same as https://github.com/vacp2p/rfc/pull/372 but for nim-waku - thanks @D4nte for idea!
This commit is contained in:
parent
3d327637f6
commit
78de0cc8d6
15
.github/workflows/add-issue-to-project.yml
vendored
Normal file
15
.github/workflows/add-issue-to-project.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Add new issues Vac PM 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: Vac PM Board
|
||||
column: New
|
||||
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
|
||||
Loading…
x
Reference in New Issue
Block a user