From 0a608fa804eaf505864ee56b31c23b164600aaff Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 14 Jan 2020 15:39:34 -0600 Subject: [PATCH] .asf.yaml: Enable Issues in the apps/ repository. --- .asf.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 00000000000..ddcc89cd7c8 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,22 @@ +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: + # enable squash button: + squash: true + # enable merge button: + merge: true + # enable rebase button: + rebase: true