Skip to content

Commit 6874e78

Browse files
committed
Move A-Spaces issues to Delight project board GHA
1 parent 9b7070b commit 6874e78

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/issues_to_projects.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,15 @@ jobs:
1919
project-url: "https://github.com/orgs/vector-im/projects/14"
2020
column-name: "📥 Inbox"
2121
label-name: "X-Needs-Design"
22+
23+
move_spaces_issues:
24+
name: Move A-Spaces issues to Delight project board
25+
runs-on: ubuntu-latest
26+
if: contains(github.event.issue.labels.*.name, 'A-Spaces')
27+
steps:
28+
- uses: konradpabjan/[email protected]
29+
with:
30+
action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
31+
project-url: "https://github.com/orgs/vector-im/projects/6"
32+
column-name: "📥 Inbox"
33+
label-name: "A-Spaces"

0 commit comments

Comments
 (0)