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
12 changes: 8 additions & 4 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,17 @@ github:
rebase: false
protected_branches:
main:
# required_status_checks:
required_status_checks:
# # strict means "Require branches to be up to date before merging".
# strict: false
strict: false
# # Contexts are the names of checks that must pass.
# # See ./github/workflows/README.md for more documentation on this list.
# contexts:
# - Pulsar CI checks completed
contexts:
- Build CPP Client on Windows x64
- Build CPP Client on Windows x86
- Build Debian Package
- Build RPM Package
- Build Alpine Linux APK Package

required_pull_request_reviews:
dismiss_stale_reviews: false
Expand Down