Skip to content

Commit dc25eda

Browse files
Update and rename finalize-ranking-scheduled.yml to finalize-scoring.yml
1 parent 478569c commit dc25eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/finalize-ranking-scheduled.yml renamed to .github/workflows/finalize-scoring.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
const issue_number = issue.number;
2727
const currentLabels = issue.labels.map(label => label.name);
2828
29-
if (currentLabels.includes("ranked")) continue;
29+
if (currentLabels.includes("scoring-complete")) continue;
3030
3131
const comments = await github.rest.issues.listComments({
3232
owner,
@@ -107,6 +107,6 @@ jobs:
107107
owner,
108108
repo,
109109
issue_number,
110-
labels: ["ranked"]
110+
labels: ["scoring-complete"]
111111
});
112112
}

0 commit comments

Comments
 (0)