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 1c5ee23 commit 39019ddCopy full SHA for 39019dd
index.js
@@ -175,7 +175,7 @@ async function main() {
175
const body = `This issue has been inactive for ${timeInactiveInHours} ` +
176
`hours (${(timeInactiveInHours/24).toFixed(2)} days) ` +
177
`and will be automatically unassigned after ${willBeUnassignedInHours} ` +
178
- `more hours (${(willBeUnassignedInHours/24).toFixed(2)} days).` +
+ `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\n` +
0 commit comments