Skip to content

Commit 7720640

Browse files
author
Andrew Abbott
committed
October Release Challenge 3
1 parent a7e5f79 commit 7720640

File tree

10 files changed

+820
-660
lines changed

10 files changed

+820
-660
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = {
8686
READY_FOR_REVIEW_ISSUE_LABEL: process.env.READY_FOR_REVIEW_ISSUE_LABEL || 'tcx_ReadyForReview',
8787
ASSIGNED_ISSUE_LABEL: process.env.READY_FOR_REVIEW_ISSUE_LABEL || 'tcx_Assigned',
8888
OPEN_FOR_PICKUP_ISSUE_LABEL: process.env.READY_FOR_REVIEW_ISSUE_LABEL || 'tcx_OpenForPickup',
89-
NOT_READY_ISSUE_LABEL: process.env.NOT_READY_ISSUE_LABEL || 'Not Ready',
89+
NOT_READY_ISSUE_LABEL: process.env.NOT_READY_ISSUE_LABEL || 'tcx_NotReady',
9090
TC_OR_DETAIL_LINK: process.env.TC_OR_DETAIL_LINK || 'https://software.topcoder-dev.com/review/actions/ViewProjectDetails?pid=',
9191
RETRY_COUNT: process.env.RETRY_COUNT || 2,
9292
RETRY_INTERVAL: process.env.RETRY_INTERVAL || 120000, // 2 minutes

0 commit comments

Comments
 (0)