diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-22 22:28:04 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-24 21:33:06 +0200 |
commit | 12cc74e22b35d08d2d342a1b445d967e3e09c1f6 (patch) | |
tree | e468f7054df08f7da40473f85f036921726b4e90 /bridge/github/import_query.go | |
parent | 23f2c58e920ea239842e0303af0b5bba5e1d3665 (diff) | |
download | git-bug-12cc74e22b35d08d2d342a1b445d967e3e09c1f6.tar.gz |
[bridge/github] correct label & comment edit mutations bugs
Diffstat (limited to 'bridge/github/import_query.go')
-rw-r--r-- | bridge/github/import_query.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/import_query.go b/bridge/github/import_query.go index 6c0db5e1..34931c7d 100644 --- a/bridge/github/import_query.go +++ b/bridge/github/import_query.go @@ -173,6 +173,6 @@ type labelQuery struct { Repository struct { Label struct { ID string `graphql:"id"` - } `graphql:"label(name: $name)"` + } `graphql:"label(name: $label)"` } `graphql:"repository(owner: $owner, name: $name)"` } |