Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit e371e3a

Browse files
authored
isolate comment tags (#397)
1 parent 25790f9 commit e371e3a

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

dist/index.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/commenter.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ const repo = context.repo
1010
export const COMMENT_GREETING = `<img src="https://avatars.githubusercontent.com/in/347564?s=41" alt="Image description" width="20" height="20"> CodeRabbit`
1111

1212
export const COMMENT_TAG =
13-
'<!-- This is an auto-generated comment by CodeRabbit -->'
13+
'<!-- This is an auto-generated comment by OSS CodeRabbit -->'
1414

1515
export const COMMENT_REPLY_TAG =
16-
'<!-- This is an auto-generated reply by CodeRabbit -->'
16+
'<!-- This is an auto-generated reply by OSS CodeRabbit -->'
1717

1818
export const SUMMARIZE_TAG =
19-
'<!-- This is an auto-generated comment: summarize by coderabbit.ai -->'
19+
'<!-- This is an auto-generated comment: summarize by OSS CodeRabbit -->'
2020

2121
export const IN_PROGRESS_START_TAG =
22-
'<!-- This is an auto-generated comment: summarize review in progress by coderabbit.ai -->'
22+
'<!-- This is an auto-generated comment: summarize review in progress by OSS CodeRabbit -->'
2323

2424
export const IN_PROGRESS_END_TAG =
25-
'<!-- end of auto-generated comment: summarize review in progress by coderabbit.ai -->'
25+
'<!-- end of auto-generated comment: summarize review in progress by OSS CodeRabbit -->'
2626

2727
export const DESCRIPTION_START_TAG = `
28-
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->`
28+
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit -->`
2929
export const DESCRIPTION_END_TAG =
30-
'<!-- end of auto-generated comment: release notes by coderabbit.ai -->'
30+
'<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->'
3131

32-
export const RAW_SUMMARY_START_TAG = `<!-- This is an auto-generated comment: raw summary by coderabbit.ai -->
32+
export const RAW_SUMMARY_START_TAG = `<!-- This is an auto-generated comment: raw summary by OSS CodeRabbit -->
3333
<!--
3434
`
3535
export const RAW_SUMMARY_END_TAG = `-->
36-
<!-- end of auto-generated comment: raw summary by coderabbit.ai -->`
36+
<!-- end of auto-generated comment: raw summary by OSS CodeRabbit -->`
3737

38-
export const SHORT_SUMMARY_START_TAG = `<!-- This is an auto-generated comment: short summary by coderabbit.ai -->
38+
export const SHORT_SUMMARY_START_TAG = `<!-- This is an auto-generated comment: short summary by OSS CodeRabbit -->
3939
<!--
4040
`
4141

4242
export const SHORT_SUMMARY_END_TAG = `-->
43-
<!-- end of auto-generated comment: short summary by coderabbit.ai -->`
43+
<!-- end of auto-generated comment: short summary by OSS CodeRabbit -->`
4444

4545
export const COMMIT_ID_START_TAG = '<!-- commit_ids_reviewed_start -->'
4646
export const COMMIT_ID_END_TAG = '<!-- commit_ids_reviewed_end -->'

0 commit comments

Comments
 (0)