github.com/go-playground/webhooks/v6@v6.3.0/testdata/gogs/issue-comment-event.json (about) 1 { 2 "action": "created", 3 "issue": { 4 "number": 1, 5 "title": "Fix bug", 6 "html_url": "https://gogs.example.com/user/repo/issues/1" 7 }, 8 "comment": { 9 "body": "I found the cause of the bug.", 10 "html_url": "https://gogs.example.com/user/repo/issues/1#comment-12345", 11 "user": { 12 "login": "john", 13 "html_url": "https://gogs.example.com/john" 14 } 15 }, 16 "repository": { 17 "name": "repo", 18 "full_name": "user/repo", 19 "html_url": "https://gogs.example.com/user/repo", 20 "clone_url": "https://gogs.example.com/user/repo.git" 21 } 22 }