Home
last modified time | relevance | path

Searched full:merged (Results 1 – 25 of 104) sorted by relevance

12345

/Zephyr-latest/doc/project/
Dmodifying_contributions.rst10 as reviewers in pull requests, so that patches may be approved and merged
23 * get content merged to the project's main branch as part of a larger
29 * assist in updating pull requests in order to get the patches merged
31 * drive stale pull requests to completion so they can be merged
41 instead of assisting in getting the patches merged in their original
59 acknowledge that the modified patches may be merged while having
Ddev_env_and_tools.rst62 - Changes should not be merged before the minimal time has expired.
74 Such fixes can be merged at any time after they have passed CI checks. Depending
76 author) they can be merged with justification without review by one of the
127 - Pull requests should not be merged without an approval by the assignee.
129 Pull Request should not be merged by author without review
132 All pull requests need to be reviewed and should not be merged by the author
148 that a change should not be merged without their review, then: Request change
153 not be merged without your approval.
156 Pull Requests should have at least 2 approvals before they are merged
159 A pull-request shall be merged only with two positive reviews (approval). Beside
[all …]
/Zephyr-latest/.github/workflows/
Dbackport.yml14 # Only react to merged PRs for security reasons.
17 github.event.pull_request.merged &&
Dstats_merged_prs.yml1 name: Merged PR stats
11 if: github.event.pull_request.merged == true && github.repository == 'zephyrproject-rtos/zephyr'
Dcodecov.yaml186 … steps.get-coverage-files.outputs.mergefiles }} --merge-mode-functions=separate --json merged.json
187 …eps.get-coverage-files.outputs.mergefiles }} --merge-mode-functions=separate --cobertura merged.xml
205 -c coverage/reports/merged.json \
210 - name: Upload Merged Coverage Results and Report
216 coverage/reports/merged.json
217 coverage/reports/merged.xml
229 files: coverage/reports/merged.xml
Dgreet_first_time_contributor.yml45 pr-merged-message: >
48 Congratulations on getting your very first Zephyr pull request merged ����. This is a
Ddo_not_merge.yml19 echo "This workflow fails so that the pull request cannot be merged."
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst54 * The SHAs of the commits, if the PR has already been merged
70 Backporting requires the fix for the current version to be already merged.
82 … ``<sha>`` indicates the SHA of the commit after it has been already merged in the current version.
139 * ``upstream`` - if the fix has originally been merged to the upstream repository.
142 ``<pr_num>`` is the number of the original pull request that has already been merged.
145 request 137, which has already been merged to the upstream repository of MCUmgr.
/Zephyr-latest/boards/st/nucleo_l152re/support/
Dopenocd.cfg1 # TODO: Once official openOCD fix merged and available in zephyr:
/Zephyr-latest/boards/st/stm32l562e_dk/
Dboard.cmake5 # Flash merged TF-M + Zephyr binary
/Zephyr-latest/boards/st/nucleo_l552ze_q/
Dboard.cmake6 # Flash merged TF-M + Zephyr binary
/Zephyr-latest/scripts/west_commands/
DREADME.txt23 cannot be merged.
/Zephyr-latest/drivers/timer/
DKconfig.cavs10 # Once it gets merged, we have to update SoF to use INTEL_ADSP_TIMER
/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py5 # Script that operates on a merged PR and sends data to elasticsearch for
64 # in case of assignee reviews or if PR was merged by an assignee
149 query = f'repo:{args.repo} merged:{args.range} is:pr is:closed sort:updated-desc base:main'
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/large_comp_data/
Dget_metadata_split.sh20 # correctly merged, continuous, and matches its local metadata.
Dget_comp128_data_split.sh21 # correctly merged, continuous, and matches its local comp data.
Dget_comp129_data_split.sh21 # correctly merged, continuous, and matches its local comp data.
Dget_comp130_data_split.sh21 # correctly merged, continuous, and matches its local comp data.
Dget_comp2_data_split.sh21 # correctly merged, continuous, and matches its local comp data.
Dget_comp0_data_split.sh21 # correctly merged, continuous, and matches its local comp data.
Dget_comp1_data_split.sh21 # correctly merged, continuous, and matches its local comp data.
/Zephyr-latest/scripts/schemas/
Dpatch-schema.yml67 # Whether the associated merge-pr has been merged
77 # The date the associated merge-pr was merged, in ISO 8601 date format YYYY-MM-DD
/Zephyr-latest/boards/st/b_u585i_iot02a/
Dboard.cmake5 # Flash merged TF-M + Zephyr binary
/Zephyr-latest/scripts/dts/
Dgen_edt.py56 # Save merged DTS source, as a debugging aid
75 help="path to write merged DTS source code to (e.g. "
/Zephyr-latest/doc/contribute/
Dindex.rst27 merged.
94 When your first contribution to the Zephyr project gets merged, you'll become eligible to claim your

12345