mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add github workflow to put issues tagged design on the design board
This commit is contained in:
parent
878c285faa
commit
e9863f0719
14
.github/workflows/issues_to_projects.yaml
vendored
Normal file
14
.github/workflows/issues_to_projects.yaml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [labeled]
|
||||||
|
jobs:
|
||||||
|
move_issues:
|
||||||
|
name: Move issues to project board
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
|
||||||
|
with:
|
||||||
|
action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
|
||||||
|
project-url: "https://github.com/orgs/vector-im/projects/14"
|
||||||
|
column-name: "📥 Inbox"
|
||||||
|
label-name: "X-Needs-Design"
|
Loading…
Reference in New Issue
Block a user