Skip to content

Commit

Permalink
Enable TriagerX recommendation on corresponding issues
Browse files Browse the repository at this point in the history
Enable TriagerX recommendation comment on corresponding issues

Closes: eclipse-openj9#20119

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang committed Sep 27, 2024
1 parent ef7bb17 commit 385ec8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/recommendation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 385ec8c

Please sign in to comment.