You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/04/09 05:22:04 UTC

[incubator-nuttx-testing] branch master updated: Include the .asf.yaml file we use in the other repos to control GitHub

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 3329f08  Include the .asf.yaml file we use in the other repos to control GitHub
3329f08 is described below

commit 3329f08f952f391e58ece86c7a06d72395dde669
Author: Brennan Ashton <ba...@brennanashton.com>
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 <ba...@brennanashton.com>
---
 .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