pub async fn issues_slash_unlock(
configuration: &Configuration,
owner: &str,
repo: &str,
issue_number: i32,
) -> Result<(), Error<IssuesSlashUnlockError>>Expand description
Users with push access can unlock an issue’s conversation.
pub async fn issues_slash_unlock(
configuration: &Configuration,
owner: &str,
repo: &str,
issue_number: i32,
) -> Result<(), Error<IssuesSlashUnlockError>>Users with push access can unlock an issue’s conversation.