Skip to content

Commit

Permalink
optimize: removing the context check (apache#633)
Browse files Browse the repository at this point in the history
Update .asf.yaml
  • Loading branch information
funky-eyes authored Dec 23, 2023
1 parent 0a4edf8 commit 4762307
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,20 @@ github:
- saga
- xa
enabled_merge_buttons:
squash: true
merge: false
rebase: false
dependabot_alerts: true
squash: true
merge: false
rebase: false
dependabot_alerts: true
dependabot_updates: false
protected_branches:
master:
required_status_checks:
strict: true
contexts:
- Required
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1
notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
discussions: [email protected]
discussions: [email protected]

0 comments on commit 4762307

Please sign in to comment.