Add app layout delight automation
This commit is contained in:
parent
ac0af80e48
commit
a251002808
3
.github/workflows/triage-labelled.yml
vendored
3
.github/workflows/triage-labelled.yml
vendored
@ -98,7 +98,8 @@ jobs:
|
|||||||
# Skip in forks
|
# Skip in forks
|
||||||
if: >
|
if: >
|
||||||
github.repository == 'vector-im/element-android' &&
|
github.repository == 'vector-im/element-android' &&
|
||||||
(contains(github.event.issue.labels.*.name, 'Team: Delight'))
|
(contains(github.event.issue.labels.*.name, 'Team: Delight') ||
|
||||||
|
contains(github.event.issue.labels.*.name, 'Z-AppLayout'))
|
||||||
steps:
|
steps:
|
||||||
- uses: octokit/graphql-action@v2.x
|
- uses: octokit/graphql-action@v2.x
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user