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

     1  {
     2      "action": "opened",
     3      "issue": {
     4          "number": 1,
     5          "title": "Fix bug",
     6          "body": "There is a bug in the code.",
     7          "html_url": "https://gogs.example.com/user/repo/issues/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  }