Skip to content

Commit 0cb9fef

Browse files
committed
apply to more spaces related labels
1 parent 6874e78 commit 0cb9fef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/issues_to_projects.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
label-name: "X-Needs-Design"
2222

2323
move_spaces_issues:
24-
name: Move A-Spaces issues to Delight project board
24+
name: Move Spaces issues to Delight project board
2525
runs-on: ubuntu-latest
26-
if: contains(github.event.issue.labels.*.name, 'A-Spaces')
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')
2730
steps:
2831
- uses: konradpabjan/[email protected]
2932
with:

0 commit comments

Comments
 (0)