mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 20:07:42 -05:00
fix: commit status
This commit is contained in:
@@ -13,9 +13,9 @@ fragment T on Ref {
|
||||
login
|
||||
}
|
||||
}
|
||||
# status {
|
||||
# state
|
||||
# }
|
||||
status {
|
||||
state
|
||||
}
|
||||
history(first: 30, after: $after) {
|
||||
pageInfo {
|
||||
hasNextPage
|
||||
@@ -33,9 +33,9 @@ fragment T on Ref {
|
||||
login
|
||||
}
|
||||
}
|
||||
# status {
|
||||
# state
|
||||
# }
|
||||
status {
|
||||
state
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user