From 069c0c7cb456ed52037b44437eca2996d577c6b6 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Mon, 18 Jul 2022 15:14:34 +0100 Subject: [PATCH] Update issue automation for the design team (#6577) * Update issue automation for the design team The design team would like to see all of their issues on their board for triage now * Update triage-labelled.yml --- .github/workflows/triage-labelled.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index c49b33d582..d2aa72308d 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -42,20 +42,13 @@ jobs: column-name: "Need info" label-name: "X-Needs-Info" - add_priority_design_issues_to_project: - name: P1 X-Needs-Design to Design project board + add_design_issues_to_project: + name: X-Needs-Design to Design project board runs-on: ubuntu-latest # Skip in forks if: > github.repository == 'vector-im/element-android' && - contains(github.event.issue.labels.*.name, 'X-Needs-Design') && - (contains(github.event.issue.labels.*.name, 'S-Critical') && - (contains(github.event.issue.labels.*.name, 'O-Frequent') || - contains(github.event.issue.labels.*.name, 'O-Occasional')) || - contains(github.event.issue.labels.*.name, 'S-Major') && - contains(github.event.issue.labels.*.name, 'O-Frequent') || - contains(github.event.issue.labels.*.name, 'A11y') && - contains(github.event.issue.labels.*.name, 'O-Frequent')) + contains(github.event.issue.labels.*.name, 'X-Needs-Design') steps: - uses: octokit/graphql-action@v2.x id: add_to_project