forked from apache/nuttx-apps
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.asf.yaml
More file actions
34 lines (34 loc) · 959 Bytes
/
.asf.yaml
File metadata and controls
34 lines (34 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Reference: https://github.com/apache/infrastructure-asfyaml.
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:
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