Home
last modified time | relevance | path

Searched full:pull_request (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/.github/workflows/
Ddoc-build.yml12 pull_request:
37 ref: ${{ github.event.pull_request.head.sha }}
65 ( needs.doc-file-check.outputs.file_check == 'true' || github.event_name != 'pull_request' )
85 ref: ${{ github.event.pull_request.head.sha }}
89 if: github.event_name == 'pull_request'
93 PR_HEAD: ${{ github.event.pull_request.head.sha }}
129 if [[ "${{ github.event_name }}" == "pull_request" ]]; then
165 if: github.event_name == 'pull_request'
168 PR_NUM="${{ github.event.pull_request.number }}"
180 if: github.event_name == 'pull_request'
[all …]
Dstats_merged_prs.yml11 if: github.event.pull_request.merged == true && github.repository == 'zephyrproject-rtos/zephyr'
24 …python3 ./scripts/ci/stats/merged_prs.py --pull-request ${{ github.event.pull_request.number }} --…
Dbackport_issue_check.yml37 -b ${{ github.event.pull_request.base.ref }} \
38 -p ${{ github.event.pull_request.number }}
Dscripts_tests.yml14 pull_request:
34 ref: ${{ github.event.pull_request.head.sha }}
41 PR_HEAD: ${{ github.event.pull_request.head.sha }}
Dhello_world_multiplatform.yaml9 pull_request:
38 if: github.event_name == 'pull_request'
41 PR_HEAD: ${{ github.event.pull_request.head.sha }}
Dassigner.yml21 if: github.event.pull_request.draft == false
41 FLAGS+=" -P ${{ github.event.pull_request.number }}"
Dtwister-prep.yaml35 … COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
61 ref: ${{ github.event.pull_request.head.sha }}
123 … COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
Dcoding_guidelines.yml3 on: pull_request
13 ref: ${{ github.event.pull_request.head.sha }}
Dcompliance.yml4 pull_request:
23 ref: ${{ github.event.pull_request.head.sha }}
66 if: ${{ github.event.pull_request.body == '' }}
Dgreet_first_time_contributor.yml29 Hello @${{ github.event.pull_request.user.login }}, and thank you very much for your
46 Hi @${{ github.event.pull_request.user.login }}!
Ddo_not_merge.yml4 pull_request:
Dbackport.yml17 github.event.pull_request.merged &&
Dlicense_check.yml3 on: [pull_request]
Derrno.yml3 pull_request:
Dmanifest.yml14 ref: ${{ github.event.pull_request.head.sha }}
Dclang.yaml26 … COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
54 ref: ${{ github.event.pull_request.head.sha }}
Dpylib_tests.yml14 pull_request:
Dtwister_tests.yml18 pull_request:
Dtwister.yaml51 … COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
77 ref: ${{ github.event.pull_request.head.sha }}
Ddevicetree_checks.yml15 pull_request:
Ddoc-publish.yml21 github.event.workflow_run.event != 'pull_request' &&
Dwest_cmds.yml16 pull_request:
/Zephyr-latest/scripts/
Ddump_bugs_pickle.py32 return (issue.pull_request is None and
Dmake_bugs_pickle.py56 open_bugs = [issue for issue in get_open_bugs() if not issue.pull_request]
/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py144 if args.pull_request:
145 pr = gh_repo.get_pull(args.pull_request)

12