Skip to content

Commit 06911c0

Browse files
authored
[None] [infra] stricter coderabbit pr title generation instructions (#6918)
Signed-off-by: Venky Ganesh <[email protected]>
1 parent a15af87 commit 06911c0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.coderabbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ language: "en-US"
2020
reviews:
2121
profile: chill
2222
auto_title_placeholder: '@coderabbitai title'
23-
auto_title_instructions: 'Should follow the format: "[fix/feat/doc/infra/...] \<summary of this PR\>". Keep it concise.'
23+
auto_title_instructions: 'Format: "[<category>] <title>". Category must be one of: fix, feat, doc, infra, style, refactor, perf, test, chore, revert. Enclose the category in square brackets. Title should be concise (<= 60 chars). Example: "[feat] Add logit_bias support".'
2424
commit_status: false
2525
collapse_walkthrough: true
2626
assess_linked_issues: true

.github/pull_request_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Examples:
1818
- [https://nvbugs/1234567][fix] Fix some bugs
1919
- [#1234][doc] Update documentation
2020
- [None][chore] Minor clean-up
21+
22+
Alternative (faster) way using CodeRabbit AI:
23+
24+
**[JIRA ticket/NVBugs ID/GitHub issue/None] @coderabbitai title**
25+
26+
NOTE: "@coderabbitai title" will be replaced by the title generated by CodeRabbit AI, that includes the "[type]" and title.
27+
For more info, see /.coderabbit.yaml.
28+
2129
-->
2230

2331
## Description

0 commit comments

Comments
 (0)