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 480a401 commit f9eb5e1Copy full SHA for f9eb5e1
index.js
@@ -176,10 +176,10 @@ async function main() {
176
`hours (${(timeInactiveInHours/24).toFixed(2)} days) ` +
177
`and will be automatically unassigned after ${willBeUnassignedInHours} ` +
178
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days).` +
179
- `${warningInactiveMessage}` +
180
`If you need help or have questions, please visit slack during ` +
181
`office hours (Tuesdays 6-8 PM PST) in the #casa channel.` +
182
- `Link to slack: https://rubyforgood.herokuapp.com/`;
+ `Link to slack: https://rubyforgood.herokuapp.com/` +
+ `${warningInactiveMessage}`;
183
try {
184
await octokit.issues.createComment({
185
owner: repoOwner,
0 commit comments