Skip to content

Commit 3329f08

Browse files
btashtonxiaoxiang781216
authored andcommitted
Include the .asf.yaml file we use in the other repos to control GitHub
Signed-off-by: Brennan Ashton <[email protected]>
1 parent 108a496 commit 3329f08

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.asf.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)