aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import_query.go
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-06-22 22:28:04 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-06-24 21:33:06 +0200
commit12cc74e22b35d08d2d342a1b445d967e3e09c1f6 (patch)
treee468f7054df08f7da40473f85f036921726b4e90 /bridge/github/import_query.go
parent23f2c58e920ea239842e0303af0b5bba5e1d3665 (diff)
downloadgit-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.go2
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)"`
}