Skip to content

Commit

Permalink
Change the label checker action (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: sarayourfriend <[email protected]>
Co-authored-by: Dhruv Bhanushali <[email protected]>
Co-authored-by: Krystle Salazar <[email protected]>

Fixes #344
  • Loading branch information
sharmadhiraj86 authored Dec 12, 2022
1 parent e9c6841 commit 3c85d3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr_label_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check aspect label
uses: sugarshin/[email protected]
uses: agilepathway/[email protected]
with:
required_oneof: "💻 aspect: code,📄 aspect: text,🤖 aspect: dx,🕹 aspect: interface,♿️ aspect: a11y"
one_of: "💻 aspect: code,📄 aspect: text,🤖 aspect: dx,🕹 aspect: interface,♿️ aspect: a11y"

check_goal_label:
name: Check goal label
runs-on: ubuntu-latest
steps:
- name: Check goal label
uses: sugarshin/[email protected]
uses: agilepathway/[email protected]
with:
required_oneof: "🌟 goal: addition,🛠 goal: fix,✨ goal: improvement,🧰 goal: internal improvement"
one_of: "🌟 goal: addition,🛠 goal: fix,✨ goal: improvement,🧰 goal: internal improvement"

check_priority_label:
name: Check priority label
runs-on: ubuntu-latest
steps:
- name: Check priority label
uses: sugarshin/[email protected]
uses: agilepathway/[email protected]
with:
required_oneof: "🟩 priority: low,🟨 priority: medium,🟧 priority: high,🟥 priority: critical"
one_of: "🟩 priority: low,🟨 priority: medium,🟧 priority: high,🟥 priority: critical"

0 comments on commit 3c85d3a

Please sign in to comment.