Home
last modified time | relevance | path

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

/freebsd/.github/workflows/
H A Dstyle.yml6 pull_request: # maybe pull_request_target
23 echo "DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
28 ref: ${{ github.event.pull_request.head.sha }}
35 sha=$(git rev-parse HEAD~${{ github.event.pull_request.commits }})
36 tools/build/checkstyle9.pl --github ${sha}..${{ github.event.pull_request.head.sha }}
H A Dcross-bootstrap-tools.yml6 pull_request:
H A Dchecklist.yml7 pull_request:
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dlabels.yml13 if: ${{ github.event.action == 'opened' && github.event.pull_request.draft }}
17 ISSUE: ${{ github.event.pull_request.html_url }}
27 ISSUE: ${{ github.event.pull_request.html_url }}
37 ISSUE: ${{ github.event.pull_request.html_url }}
47 ISSUE: ${{ github.event.pull_request.html_url }}
H A Dzfs-qemu.yml5 pull_request:
41 if ${{ github.event_name == 'pull_request' }}; then
42 head=${{ github.event.pull_request.head.sha }}
43 base=${{ github.event.pull_request.base.sha }}
83 ref: ${{ github.event.pull_request.head.sha }}
137 ref: ${{ github.event.pull_request.head.sha }}
H A Dzfs-tests.yml5 pull_request:
13 ref: ${{ github.event.pull_request.head.sha }}
H A Dcheckstyle.yaml5 pull_request:
17 ref: ${{ github.event.pull_request.head.sha }}
H A Dzloop.yml5 pull_request:
19 ref: ${{ github.event.pull_request.head.sha }}
H A Dcodeql.yml5 pull_request:
H A Dzfs-qemu-packages.yml55 ref: ${{ github.event.pull_request.head.sha }}
/freebsd/contrib/googletest/
H A D.travis.yml52 if: type != pull_request
55 if: type != pull_request
/freebsd/contrib/libarchive/.github/workflows/
H A Dcifuzz.yml
/freebsd/contrib/libcbor/.github/workflows/
H A Dfuzz-pr.yml4 on: [pull_request]
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_cifuzz.yml2 on: [pull_request]
/freebsd/contrib/googletest/.github/workflows/
H A Dgtest-ci.yml5 pull_request:
/freebsd/contrib/libder/.github/workflows/
H A Dbuild.yml5 pull_request:
/freebsd/crypto/openssh/.github/workflows/
H A Dcifuzz.yml5 pull_request:
H A Dc-cpp.yml6 pull_request:
/freebsd/crypto/libecc/
H A D.travis.yml258 …- if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then git fetch origin refs/pull/${TRAVIS_PULL_REQU…