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 04:54:43 UTC

[GitHub] [incubator-nuttx] btashton opened a new pull request #69: Add .asf.yaml to enable GitHub features for issues and projects

btashton opened a new pull request #69: Add .asf.yaml to enable GitHub features for issues and projects
URL: https://github.com/apache/incubator-nuttx/pull/69
 
 
   Add the Apache .asf.yaml file to control GitHub features.
   * Enable issue tracking
   * Enable project board
   * Add some labels
   * Control merge options (same as default for now)
   
   Signed-off-by: Brennan Ashton <ba...@brennanashton.com>

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
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_r365077779
 
 

 ##########
 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:
 
 Review comment:
   disable to enable?

----------------------------------------------------------------
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

[GitHub] [incubator-nuttx] btashton merged pull request #69: Add .asf.yaml to enable GitHub features for issues and projects

Posted by GitBox <gi...@apache.org>.
btashton merged pull request #69: Add .asf.yaml to enable GitHub features for issues and projects
URL: https://github.com/apache/incubator-nuttx/pull/69
 
 
   

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
btashton 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_r365078808
 
 

 ##########
 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:
 
 Review comment:
   Enable... fixed the type'o

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
btashton 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_r365079835
 
 

 ##########
 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:
   Unfortunately you cannot set a default even in the GitHub UI so we can only enable/disable.
   ![image](https://user-images.githubusercontent.com/173245/72128706-a0efcd00-3328-11ea-8cf9-123a6197aa1a.png)
   
   
   I would really like to see rebase used exclusively, but I think that should be handled in the workflow discussion rather than here so we can get issue tracking going. I do think the UI remembers what you last used, but I might be wrong.

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
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