.asf.yaml 586 B

12345678910111213141516171819202122
  1. github:
  2. description: "Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS"
  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. enabled_merge_buttons:
  17. # disable squash button:
  18. squash: false
  19. # disable merge button:
  20. merge: false
  21. # enable rebase button:
  22. rebase: true