Skip to content

Commit 179a1b9

Browse files
authored
update comment message
1 parent c47a156 commit 179a1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class Actor {
206206

207207
core.info(`Creating comments and closing`)
208208
await octokit.issues.update({ ...thisRepo, issue_number: issue.number, state: "closed" });
209-
await octokit.issues.createComment({ ...thisRepo, issue_number: issue.number, body: `Closing because @${sender} is a code-owner of all the changes.` });
209+
await octokit.issues.createComment({ ...thisRepo, issue_number: issue.number, body: `Closing because @${sender} is one of the code-owners of this repository.` });
210210
}
211211
}
212212

0 commit comments

Comments
 (0)