blob: 501b6799698b01bbbe7d20ce502aea31125fd8f8 [file] [log] [blame]
# Documentation https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
notifications:
commits: commits@trafficserver.apache.org
issues: issues@trafficserver.apache.org
pullrequests: github@trafficserver.apache.org
github:
description: "Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server."
homepage: https://trafficserver.apache.org/
labels:
- proxy
- cdn
- cache
- apache
- hacktoberfest
features:
# Enable wiki for documentation
wiki: true
# Enable issue management
issues: true
# Enable projects for project management boards
projects: true
enabled_merge_buttons:
# Enable squash button:
squash: true
# Disable rebase button:
rebase: false
# Disable merge button:
merge: false
collaborators:
- mtorluemke
- c-taylor
- moonchen
- cmcfarlen
- serrislew
- etapia
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging"
strict: false
contexts:
- AuTest
- Rocky
- Clang-Analyzer
- Clang-Format
- Debian
- Docs
- Fedora
- RAT
- Ubuntu
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1