apply to more spaces related labels
This commit is contained in:
parent
6874e782f2
commit
0cb9fef9da
1 changed files with 5 additions and 2 deletions
7
.github/workflows/issues_to_projects.yaml
vendored
7
.github/workflows/issues_to_projects.yaml
vendored
|
@ -21,9 +21,12 @@ jobs:
|
||||||
label-name: "X-Needs-Design"
|
label-name: "X-Needs-Design"
|
||||||
|
|
||||||
move_spaces_issues:
|
move_spaces_issues:
|
||||||
name: Move A-Spaces issues to Delight project board
|
name: Move Spaces issues to Delight project board
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(github.event.issue.labels.*.name, 'A-Spaces')
|
if: >
|
||||||
|
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
|
||||||
|
contains(github.event.issue.labels.*.name, 'A-Space-Settings') ||
|
||||||
|
contains(github.event.issue.labels.*.name, 'A-Subspaces')
|
||||||
steps:
|
steps:
|
||||||
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
|
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue