[Improvement]: GitHub Enterprise Server 3.6 Documentation includes features that weren't introduced until v3.7 (#37196)

This commit is contained in:
Sophie 2023-05-24 10:11:51 +02:00 коммит произвёл GitHub
Родитель e9b939e34a
Коммит 85b7e80d90
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -177,6 +177,7 @@ To transfer a discussion, you must have permissions to create discussions in the
{% endif %}
{% ifversion converting-issues-to-discussions %}
## Converting issues based on labels
You can convert all issues with the same label to discussions in bulk. Future issues with this label will also automatically convert to the discussion and category you configure.
@ -187,3 +188,4 @@ You can convert all issues with the same label to discussions in bulk. Future is
1. Next to the label you want to convert to issues, click **Convert issues**.
1. Select the **Choose a category** drop-down menu, and click a category for your discussion.
1. Click **I understand, convert this issue to a discussion**.
{% endif %}

Просмотреть файл

@ -39,6 +39,7 @@ It's appropriate to lock a conversation when the entire conversation is not cons
1. To lock the conversation, click **Lock conversation**.
1. When you're ready to unlock the conversation, click **Unlock conversation** in the right margin of a discussion, then click **Unlock conversation**.
{% ifversion converting-issues-to-discussions %}
## Converting an issue to a discussion
When you convert an issue to a discussion, the discussion is automatically created using the content from the issue. People with write access to a repository, or source repository for organization discussions, can bulk convert issues based on labels. For more information, see "[AUTOTITLE](/discussions/managing-discussions-for-your-community/managing-discussions)."
@ -49,6 +50,7 @@ When you convert an issue to a discussion, the discussion is automatically creat
1. In the right margin of an issue, click **Convert to discussion**.
1. Select the **Choose a category** drop-down menu, and click a category for your discussion.
1. Click **I understand, convert this issue to a discussion**.
{% endif %}
{% ifversion discussions-hide-comments-on-block %}
## Blocking a user from your organization

Просмотреть файл

@ -53,5 +53,5 @@ You can @mention collaborators who have access to your repository in an issue to
Some conversations are more suitable for {% data variables.product.prodname_discussions %}. {% data reusables.discussions.you-can-use-discussions %} For guidance on when to use an issue or a discussion, see "[AUTOTITLE](/get-started/quickstart/communicating-on-github)."
When a conversation in an issue is better suited for a discussion, you can convert the issue to a discussion.
{% ifversion converting-issues-to-discussions %}When a conversation in an issue is better suited for a discussion, you can convert the issue to a discussion.{% endif %}
{% endif %}

Просмотреть файл

@ -0,0 +1,5 @@
# Converting an issue to a discussion
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.7'