mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-25 03:39:44 +00:00
17 lines
365 B
YAML
17 lines
365 B
YAML
|
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'
|