-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0252a3
commit 4824f7f
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
settings: | ||
# Enables automatic reviewing of draft pull requests. | ||
enable_draft_pr_reviews: true | ||
# 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 |