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 +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1124,6 +1124,9 @@ enum CheckConclusionState {
1124
1124
"""The check suite or run was skipped."""
1125
1125
SKIPPED
1126
1126
1127
+ """The check suite or run has failed at startup."""
1128
+ STARTUP_FAILURE
1129
+
1127
1130
"""
1128
1131
The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion.
1129
1132
"""
@@ -8127,10 +8130,10 @@ type LockedEvent implements Node {
8127
8130
8128
8131
"""Autogenerated input type of LockLockable"""
8129
8132
input LockLockableInput {
8130
- """ID of the issue or pull request to be locked."""
8133
+ """ID of the item to be locked."""
8131
8134
lockableId: ID!
8132
8135
8133
- """A reason for why the issue or pull request will be locked."""
8136
+ """A reason for why the item will be locked."""
8134
8137
lockReason: LockReason
8135
8138
8136
8139
"""A unique identifier for the client performing the mutation."""
@@ -22303,7 +22306,7 @@ type UnlockedEvent implements Node {
22303
22306
22304
22307
"""Autogenerated input type of UnlockLockable"""
22305
22308
input UnlockLockableInput {
22306
- """ID of the issue or pull request to be unlocked."""
22309
+ """ID of the item to be unlocked."""
22307
22310
lockableId: ID!
22308
22311
22309
22312
"""A unique identifier for the client performing the mutation."""
You can’t perform that action at this time.
0 commit comments