Skip to content

Commit

Permalink
Update hook_noteevent_accessors.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zengchen1024 authored Dec 17, 2021
1 parent 9ac43c6 commit faa9ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitee/hook_noteevent_accessors.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ func (ne *NoteEvent) GetPRHeadSha() string {
return ne.GetPullRequest().GetHead().GetSha()
}

func (ne *NoteEvent) GetPRLabelSets() sets.String {
func (ne *NoteEvent) GetPRLabelSet() sets.String {
return ne.GetPullRequest().LabelsToSet()
}

0 comments on commit faa9ddf

Please sign in to comment.