https://docs.github.com/en/graphql/reference/enums#checkrunstate
| 133 | |
| 134 | // https://docs.github.com/en/graphql/reference/enums#checkrunstate |
| 135 | type CheckRunState string |
| 136 | |
| 137 | const ( |
| 138 | CheckRunStateActionRequired CheckRunState = "ACTION_REQUIRED" |
nothing calls this directly
no outgoing calls
no test coverage detected