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.
1 parent 9b7070b commit 6874e78Copy full SHA for 6874e78
.github/workflows/issues_to_projects.yaml
@@ -19,3 +19,15 @@ 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 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