This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -8664,6 +8664,9 @@ input MergeBranchInput {
8664
8664
"""
8665
8665
commitMessage: String
8666
8666
8667
+ """The email address to associate with this commit."""
8668
+ authorEmail: String
8669
+
8667
8670
"""A unique identifier for the client performing the mutation."""
8668
8671
clientMutationId: String
8669
8672
}
@@ -8728,6 +8731,9 @@ input MergePullRequestInput {
8728
8731
"""The merge method to use. If omitted, defaults to 'MERGE'"""
8729
8732
mergeMethod: PullRequestMergeMethod = MERGE
8730
8733
8734
+ """The email address to associate with this merge."""
8735
+ authorEmail: String
8736
+
8731
8737
"""A unique identifier for the client performing the mutation."""
8732
8738
clientMutationId: String
8733
8739
}
@@ -15250,6 +15256,9 @@ type RateLimit {
15250
15256
The time at which the current rate limit window resets in UTC epoch seconds.
15251
15257
"""
15252
15258
resetAt: DateTime!
15259
+
15260
+ """The number of points used in the current rate limit window."""
15261
+ used: Int!
15253
15262
}
15254
15263
15255
15264
"""Represents a subject that can be reacted on."""
You can’t perform that action at this time.
0 commit comments