Skip to content

Commit

Permalink
[INLONG-9104][ASF] Add a protected branches strategy for the master b…
Browse files Browse the repository at this point in the history
…ranch (#9105)
  • Loading branch information
dockerzhang authored Oct 25, 2023
1 parent 4e1b65b commit 8e72727
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ github:
dependabot_alerts: true
# disable the dependabot_updates
dependabot_updates: false
# add protected branches strategy
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging"
strict: true
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 2

notifications:
commits: commits@inlong.apache.org
Expand Down

0 comments on commit 8e72727

Please sign in to comment.