mirror of
https://github.com/harness/drone.git
synced 2025-05-11 22:50:11 +08:00
Merge pull request #2240 from ptek/master
Fix gogs hookPullRequest actionSync typo
This commit is contained in:
commit
f660da3b1d
@ -14,7 +14,7 @@ const (
|
|||||||
hookPullRequest = "pull_request"
|
hookPullRequest = "pull_request"
|
||||||
|
|
||||||
actionOpen = "opened"
|
actionOpen = "opened"
|
||||||
actionSync = "synchronize"
|
actionSync = "synchronized"
|
||||||
|
|
||||||
stateOpen = "open"
|
stateOpen = "open"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user