summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/pull-request/event.json
blob: 87320dc283649d5157958d4819c57ce10c1c0263 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "pull_request": {
    "head": {
      "ref": "sample-head-ref"
    },
    "base": {
      "ref": "sample-base-ref"
    }
  }
}