Fix typo of gogs pull request synchronized action
This commit is contained in:
parent
b727a3ce55
commit
96734122b9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const (
|
|||
hookPullRequest = "pull_request"
|
||||
|
||||
actionOpen = "opened"
|
||||
actionSync = "synchronize"
|
||||
actionSync = "synchronized"
|
||||
|
||||
stateOpen = "open"
|
||||
|
||||
|
|
Loading…
Reference in a new issue