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 1b2efd4 commit b2a7750Copy full SHA for b2a7750
1 file changed
.github/workflows/_slack-pr-nag.yml
@@ -97,6 +97,7 @@ jobs:
97
} else if (ageInHours >= staleHours) {
98
sidebarColor = '#ECB22E'; // Slack Yellow
99
statusEmoji = '🟡';
100
+ }
101
102
const days = Math.floor(ageInHours / 24);
103
const hours = Math.floor(ageInHours % 24);
0 commit comments