Skip to content

Commit 8348391

Browse files
fix: correct label name to ":heart: xeno"
Co-authored-by: antonkovalenko <692649+antonkovalenko@users.noreply.github.com>
1 parent bce8d42 commit 8348391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/priority-score.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if (effortWeights[label] !== undefined) {
5454
effort = effortWeights[label];
5555
}
56-
if (label === "heart xeno") {
56+
if (label === ":heart: xeno") {
5757
hasHeartXeno = true;
5858
}
5959
if (label === "feedback") {

0 commit comments

Comments
 (0)