Move A-Spaces issues to Delight project board GHA

pull/18920/head
Michael Telatynski 2021-09-06 09:39:53 +01:00
parent 9b7070b8e6
commit 6874e782f2
1 changed files with 12 additions and 0 deletions

View File

@ -19,3 +19,15 @@ jobs:
project-url: "https://github.com/orgs/vector-im/projects/14"
column-name: "📥 Inbox"
label-name: "X-Needs-Design"
move_spaces_issues:
name: Move A-Spaces issues to Delight project board
runs-on: ubuntu-latest
if: contains(github.event.issue.labels.*.name, 'A-Spaces')
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/6"
column-name: "📥 Inbox"
label-name: "A-Spaces"