From afadb1c9a8d081a0a749f530c96e674ec8dcbb02 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 7 Jul 2022 13:57:10 -0700 Subject: [PATCH] Update rules to include tests for SVE (#20451) (#20455) * Updating SVE rules * Fixing paths * Adding tests for cherry pick --- .github/labeler.yml | 3 +++ .github/workflows/cherry-picks.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6e52598d8782b7..e3106f8ab57d01 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -51,6 +51,9 @@ gn: - "*.gn" - "*.gni" +tests: + - src/app/tests/* + github: - .github diff --git a/.github/workflows/cherry-picks.yaml b/.github/workflows/cherry-picks.yaml index ac113172aa4748..64a5341fa973f6 100644 --- a/.github/workflows/cherry-picks.yaml +++ b/.github/workflows/cherry-picks.yaml @@ -21,6 +21,7 @@ jobs: || (contains(github.event.pull_request.labels.*.name, 'android')) || (contains(github.event.pull_request.labels.*.name, 'examples')) || (contains(github.event.pull_request.labels.*.name, 'scripts')) + || (contains(github.event.pull_request.labels.*.name, 'tests')) || (contains(github.event.pull_request.labels.*.name, 'workflows')) || (contains(github.event.pull_request.labels.*.name, 'github')) || (contains(github.event.pull_request.labels.*.name, 'sve cherry-pick'))