This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1124,6 +1124,9 @@ enum CheckConclusionState {
11241124 """The check suite or run was skipped."""
11251125 SKIPPED
11261126
1127+ """The check suite or run has failed at startup."""
1128+ STARTUP_FAILURE
1129+
11271130 """
11281131 The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion.
11291132 """
@@ -8127,10 +8130,10 @@ type LockedEvent implements Node {
81278130
81288131"""Autogenerated input type of LockLockable"""
81298132input LockLockableInput {
8130- """ID of the issue or pull request to be locked."""
8133+ """ID of the item to be locked."""
81318134 lockableId: ID!
81328135
8133- """A reason for why the issue or pull request will be locked."""
8136+ """A reason for why the item will be locked."""
81348137 lockReason: LockReason
81358138
81368139 """A unique identifier for the client performing the mutation."""
@@ -22303,7 +22306,7 @@ type UnlockedEvent implements Node {
2230322306
2230422307"""Autogenerated input type of UnlockLockable"""
2230522308input UnlockLockableInput {
22306- """ID of the issue or pull request to be unlocked."""
22309+ """ID of the item to be unlocked."""
2230722310 lockableId: ID!
2230822311
2230922312 """A unique identifier for the client performing the mutation."""
You can’t perform that action at this time.
0 commit comments