Skip to content

Commit

Permalink
change: enable dismisses_stale_reviews for pull requests in the .ecli…
Browse files Browse the repository at this point in the history
…psefdn repo
  • Loading branch information
Thomas Neidhart committed Mar 28, 2024
1 parent 00498b0 commit 85998f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.8.1] - 2024/03/28

### Changed

- Changed `dismisses_stale_reviews` to `true` for pull requests in the `.eclipsefdn` repo.


## [0.8.0] - 2024/03/11

### Added
Expand Down
1 change: 1 addition & 0 deletions otterdog-defaults.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ local newOrg(id) = {
std.format("@%s/eclipsefdn-releng", $['github_id']),
std.format("@%s/eclipsefdn-security", $['github_id'])
],
dismisses_stale_reviews: true,
requires_pull_request: true,
required_approving_review_count: 0,
requires_code_owner_reviews: true,
Expand Down

0 comments on commit 85998f1

Please sign in to comment.