woodpecker/remote/gogs
Diep Pham e3a5376d01 uses email from Sender field of push event
Gitea/Gogs [set repository owner](d644e88107/models/pull.go (L469)) information as Pusher in webhook.

For example, if we have a repository: git.example.com/org1/repo1, owner
of repository will be `org1` and the email field will be empty. This PR
changes gitea/gogs helpers to use the email in Sender field, which is
the user that click the merge button.
2018-02-06 15:15:24 +07:00
..
fixtures uses email from Sender field of push event 2018-02-06 15:15:24 +07:00
gogs.go update listing 2017-08-26 15:59:57 -07:00
gogs_test.go Format code 2016-12-22 11:54:53 +01:00
helper.go uses email from Sender field of push event 2018-02-06 15:15:24 +07:00
helper_test.go update listing 2017-08-26 15:59:57 -07:00
parse.go Fix typo of gogs pull request synchronized action 2017-10-12 12:32:17 +02:00
parse_test.go improve Gogs tag implementation 2016-11-25 13:06:07 +01:00
types.go uses email from Sender field of push event 2018-02-06 15:15:24 +07:00