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 6874e78 commit 0cb9fefCopy full SHA for 0cb9fef
.github/workflows/issues_to_projects.yaml
@@ -21,9 +21,12 @@ jobs:
21
label-name: "X-Needs-Design"
22
23
move_spaces_issues:
24
- name: Move A-Spaces issues to Delight project board
+ name: Move Spaces issues to Delight project board
25
runs-on: ubuntu-latest
26
- if: contains(github.event.issue.labels.*.name, 'A-Spaces')
+ 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:
0 commit comments