From 15fbd5eae6a44201a6cf99f70ca0ce0861f79433 Mon Sep 17 00:00:00 2001 From: openverse-bot Date: Mon, 10 Oct 2022 18:38:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/workfl?= =?UTF-8?q?ows/pr=5Flabel=5Fcheck.yml'=20with=20remote=20'.github/workflow?= =?UTF-8?q?s/pr=5Flabel=5Fcheck.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_label_check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_label_check.yml b/.github/workflows/pr_label_check.yml index 16fea633a..726c02934 100644 --- a/.github/workflows/pr_label_check.yml +++ b/.github/workflows/pr_label_check.yml @@ -15,7 +15,7 @@ jobs: - name: Check aspect label uses: sugarshin/required-labels-action@v0.3.2 with: - required_oneof: "🚦 status: awaiting triage,💻 aspect: code,📄 aspect: text,🤖 aspect: dx,🕹 aspect: interface,♿️ aspect: a11y" + required_oneof: "💻 aspect: code,📄 aspect: text,🤖 aspect: dx,🕹 aspect: interface,♿️ aspect: a11y" check_goal_label: name: Check goal label @@ -24,7 +24,7 @@ jobs: - name: Check goal label uses: sugarshin/required-labels-action@v0.3.2 with: - required_oneof: "🚦 status: awaiting triage,🌟 goal: addition,🛠 goal: fix,✨ goal: improvement,🧰 goal: internal improvement" + required_oneof: "🌟 goal: addition,🛠 goal: fix,✨ goal: improvement,🧰 goal: internal improvement" check_priority_label: name: Check priority label @@ -33,4 +33,4 @@ jobs: - name: Check priority label uses: sugarshin/required-labels-action@v0.3.2 with: - required_oneof: "🚦 status: awaiting triage,🟩 priority: low,🟨 priority: medium,🟧 priority: high,🟥 priority: critical" + required_oneof: "🟩 priority: low,🟨 priority: medium,🟧 priority: high,🟥 priority: critical"