Searched +full:stale +full:- +full:pr +full:- +full:label (Results 1 – 6 of 6) sorted by relevance
1 name: "Close stale pull requests/issues"4 - cron: "16 00 * * *"7 stale:8 name: Find Stale issues and PRs9 runs-on: ubuntu-22.0410 if: github.repository == 'zephyrproject-rtos/zephyr'12 - uses: actions/stale@v814 stale-pr-message: 'This pull request has been marked as stale because it has been open (more15 than) 60 days with no activity. Remove the stale label or add a comment saying that you16 would like to have the label removed otherwise this pull request will automatically be[all …]
1 .. _dev-environment-and-tools:10 is accepted into the code base. Changes, in the form of Pull Requests (PR) are42 code-owner review. Additionally, some changes might require further discussions50 :figclass: align-center55 ---------57 - An author of a change can suggest in his pull-request which category a change59 changes can change the label of a pull request by adding a comment justifying61 - The project will use the label system to categorize the pull requests.62 - Changes should not be merged before the minimal time has expired.65 -----------------[all …]
1 .. _contributor-expectations:10 - Reviewed more quickly and reviewed more thoroughly. It's easier for reviewers12 to allocate large blocks of time to review a large PR.14 - Less wasted work if reviewers or maintainers reject the direction of the17 - Easier to rebase and merge. Smaller PRs are less likely to conflict with other20 - Easier to revert if the PR breaks functionality.32 - Smaller PRs should encompass one self-contained logical change.34 - When adding a new large feature or API, the PR should address only one part of38 - PRs should include tests or samples under the following conditions:40 - Adding new features or functionality.[all …]
13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`).15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`.31 * CVE-2022-2993: Under embargo until 2022-11-0333 * CVE-2022-2741: Under embargo until 2022-10-1456 This definition can be used by third-party code to compile code conditional58 Therefore, any third-party code integrated using the Zephyr build system will91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig155 * ``label`` property from devicetree as a base property. The property is still156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and[all …]
12 * The kernel now supports both 32- and 64-bit architectures.17 * We added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`. PPP is a20 * We added support for UpdateHub, an end-to-end solution for large scale21 over-the-air device updates.22 * We added support for ARM Cortex-R Architecture (Experimental).32 * Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and35 negotiation. This allows practical brute-force attacks (aka "KNOB")42 * New kernel API for per-thread disabling of Floating Point Services for43 ARC, ARM Cortex-M, and x86 architectures.45 * Additional support for compatibility with 64-bit architectures.[all …]
14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)17 CMSIS-DSP as the default backend.30 * CVE-2023-0359: Under embargo until 2023-04-2032 * CVE-2023-0779: Under embargo until 2023-04-2266 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.71 * Starting from this release ``zephyr-`` prefixed tags won't be created82 image states). Use of a truncated hash or non-sha256 hash will still work88 registration function at boot-up. If applications register this then93 application code, these will now automatically be registered at boot-up (this129 This may cause out-of-tree scripts or commands to fail if they have relied[all …]