Skip to content

Commit 62d55ad

Browse files
committed
Alter commit comment + branch create color
1 parent f26fa49 commit 62d55ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ function buildCreateBranch(json: any, env: BoundEnv): string | null {
584584
`[${repository["full_name"]}] New ${ref_type} created: ${ref}`,
585585
undefined,
586586
sender,
587-
1
587+
3881787
588588
);
589589
}
590590

@@ -599,7 +599,7 @@ function buildCommitComment(json: any, env: BoundEnv): string | null {
599599
`[${repository["full_name"]}] New comment on commit \`${shortCommit(comment["commit_id"])}\``,
600600
comment["html_url"],
601601
sender,
602-
1,
602+
3881787,
603603
comment.body
604604
);
605605
}

0 commit comments

Comments
 (0)