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 5bc585b commit 1c5ee23Copy full SHA for 1c5ee23
index.js
@@ -178,7 +178,7 @@ async function main() {
178
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days).` +
179
`If you need help or have questions, please visit slack during ` +
180
`office hours (Tuesdays 6-8 PM PST) in the #casa channel. ` +
181
- `Link to slack: https://rubyforgood.herokuapp.com/ \n` +
+ `Link to slack: https://rubyforgood.herokuapp.com/ \n\n` +
182
`${warningInactiveMessage}`;
183
try {
184
await octokit.issues.createComment({
0 commit comments