Add .asf.yaml to enable GitHub features for issues and projects

Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
Brennan Ashton 2020-01-09 20:49:53 -08:00
parent bac282ecbf
commit 794020309b

22
.asf.yaml Normal file
View file

@ -0,0 +1,22 @@
github:
description: "Apache NuttX is a mature, real-time embedded operating system (RTOS)"
homepage: https://nuttx.apache.org/
features:
# Enable issues managment
issues: true
# Enable project for project managment boards
projects: true
labels:
- nuttx
- rtos
- embedded
- real-time
- mcu
- microcontroller
enabled_merge_buttons:
# enable squash button:
squash: true
# enable merge button:
merge: true
# enable rebase button:
rebase: true