Skip to content

Commit 480a401

Browse files
authored
Update auto-unassign warning message
Added a suggestion to visit office hours for help
1 parent f542308 commit 480a401

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@ async function main() {
176176
`hours (${(timeInactiveInHours/24).toFixed(2)} days) ` +
177177
`and will be automatically unassigned after ${willBeUnassignedInHours} ` +
178178
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days).` +
179-
`${warningInactiveMessage}`;
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/`;
180183
try {
181184
await octokit.issues.createComment({
182185
owner: repoOwner,

0 commit comments

Comments
 (0)