We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108a496 commit 3329f08Copy full SHA for 3329f08
.asf.yaml
@@ -0,0 +1,23 @@
1
+github:
2
+ description: "Apache NuttX Testing contains shared test infrastructure for Apache NuttX (incubating)"
3
+ homepage: https://nuttx.apache.org/
4
+ features:
5
+ # Enable issues management
6
+ issues: true
7
+ # Enable project for project management boards
8
+ projects: true
9
+ labels:
10
+ - nuttx
11
+ - rtos
12
+ - embedded
13
+ - real-time
14
+ - mcu
15
+ - microcontroller
16
+ - ci
17
+ enabled_merge_buttons:
18
+ # enable squash button:
19
+ squash: true
20
+ # enable merge button:
21
+ merge: true
22
+ # enable rebase button:
23
+ rebase: true
0 commit comments