Home
last modified time | relevance | path

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

/llvm-project/.github/workflows/
H A Dnew-prs.yml26 … See https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=opened#pull_request
31 (github.event.pull_request.author_association != 'COLLABORATOR') &&
32 (github.event.pull_request.author_association != 'CONTRIBUTOR') &&
33 (github.event.pull_request.author_association != 'MANNEQUIN') &&
34 (github.event.pull_request.author_association != 'MEMBER') &&
35 (github.event.pull_request.author_association != 'OWNER')
54 --issue-number "${{ github.event.pull_request.number }}"
67 github.event.pull_request.draft == false &&
68 github.event.pull_request.commits < 10
H A Dpr-code-format.yml7 pull_request:
17 group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
24 ref: ${{ github.event.pull_request.head.sha }}
29 base_ref: ${{ github.event.pull_request.base.ref }}
30 head_ref: ${{ github.event.pull_request.head.sha }}
77 GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
78 START_REV: ${{ github.event.pull_request.base.sha }}
79 END_REV: ${{ github.event.pull_request.head.sha }}
H A Drelease-sources.yml24 pull_request:
38 group: ${{ github.workflow }}-${{ inputs.release-version || github.event.pull_request.number }}
83 if: github.event_name != 'pull_request'
93 if: github.event_name != 'pull_request'
98 - if: github.event_name != 'pull_request'
H A Dmerged-prs.yml21 (github.event.pull_request.merged == true)
40 --issue-number "${{ github.event.pull_request.number }}" \
41 --author "${{ github.event.pull_request.user.login }}"
H A Dci-post-commit-analyzer.yml14 pull_request:
28 llvm-project-${{ github.workflow }}-${{ github.event_name == 'pull_request' &&
29 ( github.event.pull_request.number || github.ref) }}
H A Dpr-request-release-note.yml7 pull_request:
42 --pr-number ${{ github.event.pull_request.number}}
H A Demail-check.yaml4 pull_request:
19 ref: ${{ github.event.pull_request.head.sha }}
H A Dlibcxx-check-generated-files.yml3 pull_request:
H A Dversion-check.yml7 pull_request:
H A Ddocs.yml32 pull_request:
100 if: ${{ github.event_name == 'pull_request' }}
H A Dspirv-tests.yml8 pull_request:
H A Dllvm-project-workflow-tests.yml12 pull_request:
H A Dlld-tests.yml16 pull_request:
H A Dlibclc-tests.yml17 pull_request:
H A Dlldb-tests.yml17 pull_request:
H A Dclang-tests.yml16 pull_request:
H A Dlibcxx-build-and-test.yaml17 pull_request:
33 group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
H A Dlibclang-python-tests.yml17 pull_request:
H A Dbuild-ci-container.yml13 pull_request:
H A Dissue-write.yml21 github.event.workflow_run.event == 'pull_request' &&
H A Dlibclang-abi-tests.yml14 pull_request:
H A Dllvm-tests.yml15 pull_request: