From 8df67745b65782e136626bc8aee38ac5049d3ee6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 14 Jan 2020 15:52:19 -0600 Subject: [PATCH] .asf.yaml: Enable Issues in the apps/ repository. (#14) Co-authored-by: Gregory Nutt --- .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 000000000..ddcc89cd7 --- /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