From 5aa694e232d294155d05e345502a3cb93b78f302 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Fri, 17 Feb 2023 09:11:34 +0000 Subject: [PATCH] Update issue automation for A-Jump-To-Date (#24553) * Don't remove Z-Labs from A-Jump-To-Date * A-Jump-To-Date should get Z-Labs --- .github/workflows/triage-labelled.yml | 1 + .github/workflows/triage-unlabelled.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 3746dba4ff..496f35c3ca 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -13,6 +13,7 @@ jobs: contains(github.event.issue.labels.*.name, 'A-Message-Pinning') || contains(github.event.issue.labels.*.name, 'A-Location-Sharing') || contains(github.event.issue.labels.*.name, 'Z-IA') || + contains(github.event.issue.labels.*.name, 'A-Jump-To-Date ') || contains(github.event.issue.labels.*.name, 'A-Themes-Custom') || contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') || contains(github.event.issue.labels.*.name, 'A-Tags') || diff --git a/.github/workflows/triage-unlabelled.yml b/.github/workflows/triage-unlabelled.yml index dadb31c997..df8f17955f 100644 --- a/.github/workflows/triage-unlabelled.yml +++ b/.github/workflows/triage-unlabelled.yml @@ -50,6 +50,7 @@ jobs: contains(github.event.issue.labels.*.name, 'A-Message-Pinning') || contains(github.event.issue.labels.*.name, 'A-Location-Sharing') || contains(github.event.issue.labels.*.name, 'Z-IA') || + contains(github.event.issue.labels.*.name, 'A-Jump-To-Date') || contains(github.event.issue.labels.*.name, 'A-Themes-Custom') || contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') || contains(github.event.issue.labels.*.name, 'A-Tags') ||