@@ -74,10 +74,16 @@ type ( RenamedEvent struct { From string To string } // CommitEvent is when a change gets a new commit. CommitEvent struct { SHA string Subject string } // LabeledEvent is when a change is labeled. LabeledEvent struct { Label issues.Label } // UnlabeledEvent is when a change is unlabeled.