2025-05-06 15:05:31 +02:00
|
|
|
# Reference: https://github.com/apache/infrastructure-asfyaml.
|
2020-01-09 20:49:53 -08:00
|
|
|
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:
|
2020-12-15 11:01:37 +10:00
|
|
|
squash: false
|
|
|
|
|
merge: false
|
|
|
|
|
rebase: true
|
2025-05-06 15:05:31 +02:00
|
|
|
protected_branches:
|
|
|
|
|
master:
|
|
|
|
|
required_status_checks:
|
2025-05-07 13:22:46 +02:00
|
|
|
strict: false
|
|
|
|
|
# Contexts cause hanging CI etc disable for now.
|
|
|
|
|
# contexts:
|
|
|
|
|
# - Check
|
|
|
|
|
# - Lint
|
|
|
|
|
# - Build
|
2025-05-06 15:05:31 +02:00
|
|
|
required_pull_request_reviews:
|
|
|
|
|
dismiss_stale_reviews: true
|
|
|
|
|
require_last_push_approval: true
|
|
|
|
|
required_approving_review_count: 2
|
|
|
|
|
required_linear_history: true
|
2025-05-07 13:22:46 +02:00
|
|
|
required_signatures: false
|
2025-05-06 15:05:31 +02:00
|
|
|
required_conversation_resolution: true
|