Skip to content

Commit b2a7750

Browse files
committed
Fixed typo
1 parent 1b2efd4 commit b2a7750

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/_slack-pr-nag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
} else if (ageInHours >= staleHours) {
9898
sidebarColor = '#ECB22E'; // Slack Yellow
9999
statusEmoji = '🟡';
100+
}
100101
101102
const days = Math.floor(ageInHours / 24);
102103
const hours = Math.floor(ageInHours % 24);

0 commit comments

Comments
 (0)