diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 28cdb2331..28092637b 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -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: diff --git a/changelog.d/pr-439.build b/changelog.d/pr-439.build new file mode 100644 index 000000000..694daa5c6 --- /dev/null +++ b/changelog.d/pr-439.build @@ -0,0 +1 @@ +Send all issues to the [EX board](https://github.com/orgs/vector-im/projects/43). \ No newline at end of file