This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 3329f08f952f391e58ece86c7a06d72395dde669 Author: Brennan Ashton <[email protected]> AuthorDate: Wed Apr 8 21:29:23 2020 -0700 Include the .asf.yaml file we use in the other repos to control GitHub Signed-off-by: Brennan Ashton <[email protected]> --- .asf.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..80ae5c2 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,23 @@ +github: + description: "Apache NuttX Testing contains shared test infrastructure for Apache NuttX (incubating)" + 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 + - ci + enabled_merge_buttons: + # enable squash button: + squash: true + # enable merge button: + merge: true + # enable rebase button: + rebase: true
