We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87d74c commit 5cf3160Copy full SHA for 5cf3160
.github/workflows/auto-update-labels.yml
@@ -20,11 +20,11 @@ jobs:
20
21
let newLabel = null;
22
23
- if (comment.includes("initial review complete")) {
+ if (comment.includes("initial review")) {
24
newLabel = "under-initial-review";
25
} else if (comment.includes("scheduled for interview")) {
26
newLabel = "one-on-one-review";
27
- } else if (comment.includes("ranking complete")) {
+ } else if (comment.includes("ranking in progress")) {
28
newLabel = "ranking-in-progress";
29
} else if (comment.includes("approved")) {
30
newLabel = "approved";
0 commit comments