Skip to content

Commit 94479d3

Browse files
committed
Merge branch 'main' into udaf-1190
2 parents 8541b25 + 94687cd commit 94479d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5310
-1893
lines changed

.asf.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ github:
3131
issues: true
3232
protected_branches:
3333
main:
34-
required_pull_request_reviews:
35-
required_approving_review_count: 1
34+
required_status_checks:
35+
# require branches to be up-to-date before merging
36+
strict: true
37+
# don't require any jobs to pass
38+
contexts: []
3639

3740
staging:
3841
whoami: asf-staging

0 commit comments

Comments
 (0)