We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b7070b + 0cb9fef commit c551063Copy full SHA for c551063
.github/workflows/issues_to_projects.yaml
@@ -19,3 +19,18 @@ jobs:
19
project-url: "https://github.com/orgs/vector-im/projects/14"
20
column-name: "📥 Inbox"
21
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