Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ github:
main:
required_pull_request_reviews:
require_code_owner_reviews: false
dismiss_stale_reviews: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, @jbonofre , I could not find any description for this option in the README linked from the PR 😅 Could you add a comment to explain how it works?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, IIUC, dismiss_stale_reviews will automatically dismiss approvals and "request changes" when new commits are added?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that's a little awkward... but we already have the option to manually do that dismissal, so automating it doesn't really move the needle too much imo.

Copy link
Member Author

@jbonofre jbonofre Mar 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An approval will be needed as soon as a PR is updated (not stale anymore). I propose to merge and try 😄 If it's worse than before, I will revert.

require_last_push_approval: false
required_approving_review_count: 1

required_linear_history: true
Expand Down