Skip to content

Commit

Permalink
fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 26, 2023
1 parent 2dda708 commit 258e55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Bot {
if (!await this.canTriggerBot()) {
const { login } = this.comment.user;
const org = this.commentsApi.pullData.owner;
this.logger.warn("User is not allowed to trigger the bot." + `He does not *publicly* belongs to the org: https://github.com/orgs/${org}/people`);
this.logger.warn("User is not allowed to trigger the bot. " + `He does not *publicly* belongs to the org: https://github.com/orgs/${org}/people`);
await this.commentsApi.reactToComment(this.comment.id, "-1");
await this.commentsApi.comment("## Auto-Merge-Bot\n" + `User @${login} is not the author of the PR and does not [*publicly* belong to the org \`${org}\`](https://github.com/orgs/${org}/people).\n\n` +
"Only author or *public* org members can trigger the bot.");
Expand Down

0 comments on commit 258e55d

Please sign in to comment.