github.com/go-playground/webhooks/v6@v6.3.0/testdata/gogs/pull-request-event.json (about)

     1  {
     2      "action": "opened",
     3      "number": 1,
     4      "pull_request": {
     5          "title": "Add new feature",
     6          "body": "This pull request adds a new feature.",
     7          "html_url": "https://gogs.example.com/user/repo/pulls/1",
     8          "user": {
     9              "login": "jane",
    10              "html_url": "https://gogs.example.com/jane"
    11          }
    12      },
    13      "repository": {
    14          "name": "repo",
    15          "full_name": "user/repo",
    16          "html_url": "https://gogs.example.com/user/repo",
    17          "clone_url": "https://gogs.example.com/user/repo.git"
    18      }
    19  }