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 f9eb5e1 commit 5bc585bCopy full SHA for 5bc585b
index.js
@@ -177,8 +177,8 @@ async function main() {
177
`and will be automatically unassigned after ${willBeUnassignedInHours} ` +
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/` +
+ `office hours (Tuesdays 6-8 PM PST) in the #casa channel. ` +
+ `Link to slack: https://rubyforgood.herokuapp.com/ \n` +
182
`${warningInactiveMessage}`;
183
try {
184
await octokit.issues.createComment({
0 commit comments