The GitHub GraphQL API documentation for the Repository object shows an isLocked
field, which it describes with, "Indicates if the repository has been locked or not."
I can't find a reference in the GitHub documentation to "locking" a repository. How does a repository end up in a "locked" state? I do notice that isLocked is true if the repository has been transferred to a different organization, but I need to know if that is the only case, or if there are other scenarios that result in a locked repository.
Thanks!