Frecuentemente publicamos actualizaciones de nuestra documentación. Es posible que la traducción de esta página esté en curso. Para conocer la información más actual, visita la documentación en inglés. Si existe un problema con las traducciones en esta página, por favor infórmanos.

Esta versión de GitHub Enterprise se discontinuó el 2020-11-12. No se realizarán lanzamientos de patch, ni siquiera para problemas de seguridad críticos. Para obtener un mejor desempeño, más seguridad y nuevas características, actualiza a la última versión de GitHub Enterprise. Para obtener ayuda con la actualización, contacta al soporte de GitHub Enterprise.

Locking conversations

Repository owners and collaborators, and people with write access to a repository, can lock conversations on issues, pull requests, and commits permanently or temporarily to defuse a heated interaction.

It's appropriate to lock a conversation when the entire conversation is not constructive or violates your community's code of conduct. When you lock a conversation, you can also specify a reason, which is publicly visible.

Locking a conversation creates a timeline event that is visible to anyone with read access to the repository. However, the username of the person who locked the conversation is only visible to people with write access to the repository. For anyone without write access, the timeline event is anonymized.

Anonymized timeline event for a locked conversation

While a conversation is locked, only people with write access and repository owners and collaborators can add, hide, and delete comments.

To search for locked conversations in a repository that is not archived, you can use the search qualifiers is:locked and archived:false. Conversations are automatically locked in archived repositories. For more information, see "Searching issues and pull requests."

  1. Optionally, write a comment explaining why you're locking the conversation.
  2. In the right margin of the issue or pull request, or above the comment box on the commit page, click Lock conversation.
    Lock conversation link
  3. Optionally, choose a reason for locking the conversation.
    Reason for locking a conversation menu
  4. Read the information about locking conversations and click Lock conversation on this issue, Lock conversation on this pull request, or Lock conversation on this commit.
    Confirm lock with a reason dialog box
  5. When you're ready to unlock the conversation, click Unlock conversation.
    Unlock conversation link

Further reading