2025-05-06 15:05:31 +02:00
|
|
|
# Reference: https://github.com/apache/infrastructure-asfyaml.
|
2020-01-14 15:52:19 -06:00
|
|
|
github:
|
|
|
|
|
description: "Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS"
|
|
|
|
|
homepage: https://nuttx.apache.org/
|
|
|
|
|
features:
|
|
|
|
|
issues: true
|
|
|
|
|
projects: true
|
|
|
|
|
labels:
|
|
|
|
|
- nuttx
|
|
|
|
|
- rtos
|
|
|
|
|
- embedded
|
|
|
|
|
- real-time
|
|
|
|
|
- mcu
|
|
|
|
|
- microcontroller
|
|
|
|
|
enabled_merge_buttons:
|
2025-05-06 15:05:31 +02:00
|
|
|
squash: false
|
|
|
|
|
merge: false
|
|
|
|
|
rebase: true
|
|
|
|
|
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
|