From 0d5a8aafbdb0d629d7e9a8f118ca8395dd4d5c60 Mon Sep 17 00:00:00 2001 From: David Langley Date: Mon, 12 May 2025 18:36:17 +0100 Subject: [PATCH] remove verticals team and add crypto team (#29926) --- .github/workflows/triage-labelled.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 2cb05a8bcf..fcdc4503db 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -150,15 +150,15 @@ jobs: project-url: https://github.com/orgs/element-hq/projects/41 github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} - verticals_feature: - name: Add labelled issues to Verticals Feature project + crypto: + name: Add labelled issues to Crypto project runs-on: ubuntu-24.04 if: > - contains(github.event.issue.labels.*.name, 'Team: Verticals Feature') + contains(github.event.issue.labels.*.name, 'Team: Crypto') steps: - uses: actions/add-to-project@main with: - project-url: https://github.com/orgs/element-hq/projects/57 + project-url: https://github.com/orgs/element-hq/projects/76 github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} tech_debt: