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.
2 parents 21d6818 + 95a5368 commit 9093b2bCopy full SHA for 9093b2b
index.js
@@ -175,7 +175,7 @@ async function main() {
175
const willBeUnassignedInHours = unassignInactiveInHours - timeInactiveInHours;
176
const body = `This issue has been inactive for ${timeInactiveInHours} ` +
177
`hours (${(timeInactiveInHours/24).toFixed(2)} days) ` +
178
- `and will be automatically unassigned after ${willBeUnassignedInHours} ` +
+ `and will be unassigned after ${willBeUnassignedInHours} ` +
179
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days). ` +
180
`If you have questions, please visit the #casa channel in slack during ` +
181
`${officeHours}`+ `. ` +
0 commit comments