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"