GH board: Send all issues to the EX board (#439)

We will be able to triage everything in one place
This commit is contained in:
manuroe 2023-01-11 15:57:34 +01:00 committed by GitHub
parent 357d493e5a
commit 3d06190b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -10,13 +10,7 @@ jobs:
runs-on: ubuntu-latest
# Skip in forks
if: >
github.repository == 'vector-im/element-x-ios' &&
(contains(github.event.issue.labels.*.name, 'Z-BBQ-Alpha') ||
contains(github.event.issue.labels.*.name, 'Z-BBQ-Beta') ||
contains(github.event.issue.labels.*.name, 'Z-BBQ-Release') ||
contains(github.event.issue.labels.*.name, 'Z-Banquet-Alpha') ||
contains(github.event.issue.labels.*.name, 'Z-Banquet-Beta') ||
contains(github.event.issue.labels.*.name, 'Z-Banquet-Release'))
github.repository == 'vector-im/element-x-ios'
steps:
- uses: octokit/graphql-action@v2.x
with:

1
changelog.d/pr-439.build Normal file
View File

@ -0,0 +1 @@
Send all issues to the [EX board](https://github.com/orgs/vector-im/projects/43).