Files
apps/.asf.yaml
Xiang Xiao 76b8415479 .asf.yaml: Disable squash and merge option
Change-Id: Ibf51cfe74ca981a06737757f4e52c17fa7fa44ce
2024-11-20 19:21:19 +08:00

23 lines
586 B
YAML

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:
# Enable issues management
issues: true
# Enable project for project management boards
projects: true
labels:
- nuttx
- rtos
- embedded
- real-time
- mcu
- microcontroller
enabled_merge_buttons:
# disable squash button:
squash: false
# disable merge button:
merge: false
# enable rebase button:
rebase: true