Skip to content

Commit

Permalink
ci: disable CodeRabbit high level summary (#2863)
Browse files Browse the repository at this point in the history
Based on [Slack
thread](https://celestia-team.slack.com/archives/C02PFFCGMNW/p1700507951358399).

Consider re-enabling if CodeRabbit modifies this feature so that the
high level summary gets included in a comment on the PR rather than
modifying the original PR description.
  • Loading branch information
rootulp authored Nov 21, 2023
1 parent 6c5a86b commit b9eecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language: "en" # English
early_access: false
reviews:
high_level_summary: true
high_level_summary: false # Disable the high level summary because this feature modifies the original PR description. Ideally this feature would add a new comment to the PR instead of modifying the original PR description.
poem: false # Disable the poem feature because it adds noise and doesn't improve the review process.
review_status: false
collapse_walkthrough: true
Expand Down

0 comments on commit b9eecac

Please sign in to comment.