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 c032963 commit e3ecd03Copy full SHA for e3ecd03
app/env.js
@@ -8,4 +8,4 @@ exports.NODE_ENV = process.env.NODE_ENV;
8
9
// will looks for issues closed this many seconds after the tag, this may happen if the issue is merged via a MR and automatially closed
10
// example -e GITLAB_ISSUE_SECOND_DELAY=60 will catch issues closed up to 60 seconds after the tag is created.
11
-exports.ISSUE_CLOSED_SECONDS = process.env.ISSUE_CLOSED_SECONDS || "0"
+exports.ISSUE_CLOSED_SECONDS = process.env.ISSUE_CLOSED_SECONDS || "0";
0 commit comments