You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/01/10 05:29:07 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #69: Add .asf.yaml to enable GitHub features for issues and projects

xiaoxiang781216 commented on a change in pull request #69: Add .asf.yaml to enable GitHub features for issues and projects
URL: https://github.com/apache/incubator-nuttx/pull/69#discussion_r365077924
 
 

 ##########
 File path: .asf.yaml
 ##########
 @@ -0,0 +1,22 @@
+github:
+  description: "Apache NuttX is a mature, real-time embedded operating system (RTOS)"
+  homepage: https://nuttx.apache.org/
+  features:
+    # Enable issues managment
+    issues: true
+    # Enable project for project managment boards
+    projects: true
+  labels:
+    - nuttx
+    - rtos
+    - embedded
+    - real-time
+    - mcu
+    - microcontroller
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:   true
+    # disable rebase button:
+    rebase:  true
 
 Review comment:
   Can we change rebase as the default option?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services