1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Fix label name

This commit is contained in:
Germain Souquet
2022-06-01 11:46:51 +01:00
parent de3e0acb56
commit 3b680e27e8

View File

@@ -105,7 +105,7 @@ 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'))
steps:
- uses: octokit/graphql-action@v2.x
with: