mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
apply to more spaces related labels
This commit is contained in:
parent
6874e782f2
commit
0cb9fef9da
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"
|
||||
|
||||
move_spaces_issues:
|
||||
name: Move A-Spaces issues to Delight project board
|
||||
name: Move Spaces issues to Delight project board
|
||||
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:
|
||||
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user