mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 13:04:41 +00:00
Automatically add new issues to board
This commit is contained in:
parent
2d3cc73569
commit
1de6e41156
16
.github/workflows/add-action-project.yml
vendored
Normal file
16
.github/workflows/add-action-project.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
on:
|
||||
issues:
|
||||
types: opened
|
||||
|
||||
jobs:
|
||||
assign_issue_to_project:
|
||||
runs-on: ubuntu-latest
|
||||
name: Assign new issue to project
|
||||
steps:
|
||||
- name: Create new project card with issue
|
||||
id: list
|
||||
uses: qmacro/action-add-issue-to-project-column@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
project: 'js-waku'
|
||||
column: 'New'
|
Loading…
x
Reference in New Issue
Block a user