Select Git revision
integration_trigger.yml
-
Stéphane Del Pino authored
subrepo: subdir: "packages/HighFive" merged: "0e308c244" upstream: origin: "git@github.com:highfive-devs/HighFive.git" branch: "main" commit: "0e308c244" git-subrepo: version: "0.4.9" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "30db3b8"
Stéphane Del Pino authoredsubrepo: subdir: "packages/HighFive" merged: "0e308c244" upstream: origin: "git@github.com:highfive-devs/HighFive.git" branch: "main" commit: "0e308c244" git-subrepo: version: "0.4.9" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "30db3b8"
integration_trigger.yml 576 B
name: Integration Test Trigger
on:
pull_request:
types: [closed]
jobs:
merge-PR:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Trigger integration tests on highfive-devs/bbp-integration
run: |
curl -X POST https://api.github.com/repos/highfive-devs/bbp-integration/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "merge", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'