Skip to content

Commit 5cf3160

Browse files
Update auto-update-labels.yml
1 parent e87d74c commit 5cf3160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-update-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
2121
let newLabel = null;
2222
23-
if (comment.includes("initial review complete")) {
23+
if (comment.includes("initial review")) {
2424
newLabel = "under-initial-review";
2525
} else if (comment.includes("scheduled for interview")) {
2626
newLabel = "one-on-one-review";
27-
} else if (comment.includes("ranking complete")) {
27+
} else if (comment.includes("ranking in progress")) {
2828
newLabel = "ranking-in-progress";
2929
} else if (comment.includes("approved")) {
3030
newLabel = "approved";

0 commit comments

Comments
 (0)