Skip to content

Commit

Permalink
gitea pull request event fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Jul 31, 2023
1 parent 4d6ba1b commit edda476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pkg/clients/bridge_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (n *NATSContext) SubscribeGitBridgeNats(conn clickhouse.DBInterface) {
log.Println("error occurred while unmarshal the payload Error:", err.Error())
return
}
if pl.Action == "merged" {
if pl.Action == "closed" {
var gca model.GitCommonAttribute
if pl.Sender != nil {
gca.Author = pl.Sender.FullName
Expand Down

0 comments on commit edda476

Please sign in to comment.