Skip to content

Commit

Permalink
Create .coderabbit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Nov 2, 2023
1 parent 1551c30 commit fdb20cc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/.coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
settings:
# Enables automatic reviewing of draft pull requests.
enable_draft_pr_reviews: true
# Specifies additional base/target branches to be reviewed.
additional_branches_to_be_reviewed:
- "master"
- "yaml/test"
# Disables generation of release notes.
disable_high_level_summary: true
# Comma separated list of keywords in the title that should be ignored.
ignored_pr_titles: "WIP"
# ISO Code for the review language.
review_language: "en"
# Disables review and other status comments.
disable_review_status: false
# Add walkthrough comment in a collapsible section.
collapse_walkthrough_comment: true
# Disable automatic code reviews for this repository.
disable_review: false

0 comments on commit fdb20cc

Please sign in to comment.