Add .asf.yaml to enable GitHub features for issues and projects
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
parent
bac282ecbf
commit
794020309b
1 changed files with 22 additions and 0 deletions
22
.asf.yaml
Normal file
22
.asf.yaml
Normal 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
|
Loading…
Reference in a new issue