mirror of https://github.com/vector-im/riot-web
Workflow: move voice message issues to their board (#19626)
Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>pull/19641/head
parent
ef87da52f4
commit
addb6183b3
|
@ -48,3 +48,17 @@ jobs:
|
||||||
project-url: "https://github.com/orgs/vector-im/projects/6"
|
project-url: "https://github.com/orgs/vector-im/projects/6"
|
||||||
column-name: "📥 Inbox"
|
column-name: "📥 Inbox"
|
||||||
label-name: "A-Spaces"
|
label-name: "A-Spaces"
|
||||||
|
|
||||||
|
move_voice-message_issues:
|
||||||
|
name: Move A-Voice Messages to Voice message board
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: >
|
||||||
|
${{
|
||||||
|
contains(github.event.issue.labels.*.name, 'A-Voice Messages') }}
|
||||||
|
steps:
|
||||||
|
- uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338
|
||||||
|
with:
|
||||||
|
action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
|
||||||
|
project-url: "https://github.com/vector-im/element-web/projects/28"
|
||||||
|
column-name: "📥 Inbox"
|
||||||
|
label-name: "A-Voice Messages"
|
||||||
|
|
Loading…
Reference in New Issue