From 385ec8cb15f93fda59703d454482456c01915db1 Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Fri, 27 Sep 2024 12:44:06 -0400 Subject: [PATCH] Enable TriagerX recommendation on corresponding issues Enable TriagerX recommendation comment on corresponding issues Closes: https://github.com/eclipse-openj9/openj9/issues/20119 Signed-off-by: LongyuZhang --- .github/recommendation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/recommendation.js b/.github/recommendation.js index 00d4b7e364a..1c770d5c544 100644 --- a/.github/recommendation.js +++ b/.github/recommendation.js @@ -33,7 +33,7 @@ async function run() { resultString += `Recommended Assignees: ${predictedAssignees.join(', ')}\n`; await octokit.rest.issues.createComment({ - issue_number: sandboxIssueNumber, + issue_number: process.env.ISSUE_NUMBER, owner: sandboxOwner, repo: sandboxRepo, body: resultString