Add app layout delight automation

This commit is contained in:
Germain 2022-08-01 13:36:30 +01:00 committed by Kat Gerasimova
parent ac0af80e48
commit a251002808

View file

@ -98,7 +98,8 @@ jobs:
# Skip in forks
if: >
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:
- uses: octokit/graphql-action@v2.x
with: