From 570ae5f75e034523a1d7d94a04febe944d36399b Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Sun, 23 Jun 2019 19:20:10 +0200 Subject: [bug] add snapshot.GetCreateMetadata method [bug] add snapshot.HasParticipant(id string) [bug] add snapshot.HasAnyParticipant(ids ...string) [bug] add snapshot.HasActor(id string) [bug] add snapshot.HasAnyActor(ids ...string) [bridge/github] improve comments [bridge/github] exporter tests: register deleteRepository in cleaner [bridge/github] tests rebase --- bridge/github/export_mutation.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bridge/github/export_mutation.go') diff --git a/bridge/github/export_mutation.go b/bridge/github/export_mutation.go index 95d4e6a9..cf77f344 100644 --- a/bridge/github/export_mutation.go +++ b/bridge/github/export_mutation.go @@ -1,7 +1,5 @@ package github -import "github.com/shurcooL/githubv4" - type createIssueMutation struct { CreateIssue struct { Issue struct { @@ -56,6 +54,7 @@ type addLabelsToLabelableMutation struct { } `graphql:"addLabelsToLabelable(input:$input)"` } +/** type createLabelMutation struct { CreateLabel struct { Label struct { @@ -72,3 +71,4 @@ type createLabelInput struct { ClientMutationID *githubv4.String `json:"clientMutationId,omitempty"` } +*/ -- cgit