cederom opened a new pull request, #16336: URL: https://github.com/apache/nuttx/pull/16336
## Summary * Strict master branch protection requires all PR to be in sync with latest master even if changes are not related and there are no conflicts. * Because we have lots of daily merges this blocks most of the PRs as they are forced to be rebased on top of current master. * This also causes unnecessary automatic CI rebuild of each rebase. * Therefore we are setting strict status checks setting to false. * This tunes parameters introduced in https://github.com/apache/nuttx/pull/16324. ## Impact * PR no longer enforced to rebase each time after master is updated. * Saving precious CI resources after each rebase of PR. ## Testing This GitHub repository settings update turned out to be necessary after introduction of https://github.com/apache/nuttx/pull/16324. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org