Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit afcd7b8

Browse files
🔄 Synced file(s) with WordPress/openverse (#1070)
Co-authored-by: openverse-bot <null>
1 parent 1748feb commit afcd7b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_label_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check aspect label
16-
uses: docker://agilepathway/pull-request-label-checker:v1.2.9
16+
uses: docker://agilepathway/pull-request-label-checker:v1.2.13
1717
with:
1818
one_of: "💻 aspect: code,📄 aspect: text,🤖 aspect: dx,🕹 aspect: interface,♿️ aspect: a11y"
1919
repo_token: ${{ secrets.GITHUB_TOKEN }}
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check goal label
26-
uses: docker://agilepathway/pull-request-label-checker:v1.2.9
26+
uses: docker://agilepathway/pull-request-label-checker:v1.2.13
2727
with:
2828
one_of: "🌟 goal: addition,🛠 goal: fix,✨ goal: improvement,🧰 goal: internal improvement"
2929
repo_token: ${{ secrets.GITHUB_TOKEN }}
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Check priority label
36-
uses: docker://agilepathway/pull-request-label-checker:v1.2.9
36+
uses: docker://agilepathway/pull-request-label-checker:v1.2.13
3737
with:
3838
one_of: "🟩 priority: low,🟨 priority: medium,🟧 priority: high,🟥 priority: critical"
3939
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)