Skip to content

Commit c551063

Browse files
authored
Merge pull request element-hq#18920 from vector-im/t3chguy/gha-spaces-label
2 parents 9b7070b + 0cb9fef commit c551063

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/issues_to_projects.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,18 @@ 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 Spaces issues to Delight project board
25+
runs-on: ubuntu-latest
26+
if: >
27+
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
28+
contains(github.event.issue.labels.*.name, 'A-Space-Settings') ||
29+
contains(github.event.issue.labels.*.name, 'A-Subspaces')
30+
steps:
31+
- uses: konradpabjan/[email protected]
32+
with:
33+
action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
34+
project-url: "https://github.com/orgs/vector-im/projects/6"
35+
column-name: "📥 Inbox"
36+
label-name: "A-Spaces"

0 commit comments

Comments
 (0)