@@ -33,14 +33,14 @@ the commands listed on [Code review command reference](/reference/review-command
33
33
To pause automated reviews of a pull request, post the following comment to the
34
34
pull request:
35
35
36
- ```
36
+ ``` text
37
37
@coderabbitai pause
38
38
```
39
39
40
40
To resume automated reviews after pausing them, post the following comment to the
41
41
pull request:
42
42
43
- ```
43
+ ``` text
44
44
@coderabbitai resume
45
45
```
46
46
@@ -49,7 +49,7 @@ pull request:
49
49
To disable automatic code reviews for a pull request, add the following line
50
50
anywhere in the pull request description:
51
51
52
- ```
52
+ ``` text
53
53
@coderabbitai ignore
54
54
```
55
55
@@ -76,14 +76,14 @@ two types:
76
76
To manually request a full review, post the following comment to the
77
77
pull request:
78
78
79
- ```
79
+ ``` text
80
80
@coderabbitai full review
81
81
```
82
82
83
83
To manually request an incremental review, post the following comment to the
84
84
pull request:
85
85
86
- ```
86
+ ``` text
87
87
@coderabbitai review
88
88
```
89
89
@@ -92,7 +92,7 @@ pull request:
92
92
To have CodeRabbit mark all of its previous comments as resolved, post the following comment to the
93
93
pull request:
94
94
95
- ```
95
+ ``` text
96
96
@coderabbitai resolve
97
97
```
98
98
@@ -102,7 +102,7 @@ To have CodeRabbit add or update a generated summary of the branch’s proposed
102
102
to the pull request’s description, post the following comment:
103
103
pull request:
104
104
105
- ```
105
+ ``` text
106
106
@coderabbitai summary
107
107
```
108
108
@@ -121,7 +121,7 @@ To have CodeRabbit post a comment listing out its current configuration
121
121
with your repository, post the following comment to the
122
122
pull request:
123
123
124
- ```
124
+ ``` text
125
125
@coderabbitai configuration
126
126
```
127
127
@@ -131,7 +131,7 @@ To have CodeRabbit post a comment to the pull request with a quick-reference
131
131
guide to its own commands and other features, post the following comment to the
132
132
pull request:
133
133
134
- ```
134
+ ``` text
135
135
@coderabbitai help
136
136
```
137
137
0 commit comments