lupyuen commented on PR #19075: URL: https://github.com/apache/nuttx/pull/19075#issuecomment-4667448167
1. When we create a NuttX Release Branch, like <br> https://github.com/apache/nuttx/tree/releases/12.13 <br> It's meant to be compiled with the corresponding NuttX Apps Release Branch: <br> https://github.com/apache/nuttx-apps/tree/releases/12.13 <br> Do you expect any problems with the code? 2. Release Branch will have Back-Ported PRs like this: <br> https://github.com/apache/nuttx/pull/18616 Notice that the PR Body is cloned from the Original PR: <br> https://github.com/apache/nuttx/pull/18485 Suppose the Original PR Body specifies `depends-on`, and it's copied into the Back-Ported PR. Won't the Back-Ported PR build incorrectly against the `depends-on` branch, instead of the correct `releases/12.13` branch? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
