@@ -10,37 +10,37 @@ const repo = context.repo
10
10
export const COMMENT_GREETING = `<img src="https://avatars.githubusercontent.com/in/347564?s=41" alt="Image description" width="20" height="20"> CodeRabbit`
11
11
12
12
export const COMMENT_TAG =
13
- '<!-- This is an auto-generated comment by CodeRabbit -->'
13
+ '<!-- This is an auto-generated comment by OSS CodeRabbit -->'
14
14
15
15
export const COMMENT_REPLY_TAG =
16
- '<!-- This is an auto-generated reply by CodeRabbit -->'
16
+ '<!-- This is an auto-generated reply by OSS CodeRabbit -->'
17
17
18
18
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 -->'
20
20
21
21
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 -->'
23
23
24
24
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 -->'
26
26
27
27
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 -->`
29
29
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 -->'
31
31
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 -->
33
33
<!--
34
34
`
35
35
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 -->`
37
37
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 -->
39
39
<!--
40
40
`
41
41
42
42
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 -->`
44
44
45
45
export const COMMIT_ID_START_TAG = '<!-- commit_ids_reviewed_start -->'
46
46
export const COMMIT_ID_END_TAG = '<!-- commit_ids_reviewed_end -->'
0 commit comments