Files
nuttx/.asf.yaml

35 lines
897 B
YAML
Raw Permalink Normal View History

# Reference: https://github.com/apache/infrastructure-asfyaml.
github:
description: "Apache NuttX is a mature, real-time embedded operating system (RTOS)"
homepage: https://nuttx.apache.org/
features:
issues: true
projects: true
labels:
- nuttx
- rtos
- embedded
- real-time
- mcu
- microcontroller
enabled_merge_buttons:
squash: false
merge: false
rebase: true
protected_branches:
master:
required_status_checks:
strict: false
# Contexts cause hanging CI etc disable for now.
# contexts:
# - Check
# - Lint
# - Build
required_pull_request_reviews:
dismiss_stale_reviews: true
require_last_push_approval: true
required_approving_review_count: 2
required_linear_history: true
required_signatures: false
required_conversation_resolution: true