aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_label_change.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_label_change.go')
-rw-r--r--bug/op_label_change.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/op_label_change.go b/bug/op_label_change.go
index 0e7929b7..c5b3765d 100644
--- a/bug/op_label_change.go
+++ b/bug/op_label_change.go
@@ -303,3 +303,6 @@ func (l LabelChangeResult) String() string {
panic(fmt.Sprintf("unknown label change status %v", l.Status))
}
}
+
+// Sign post method for gqlgen
+func (item *LabelChangeTimelineItem) IsAuthored() {}