1
0
mirror of synced 2025-12-20 02:19:14 -05:00

[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
committed by GitHub
parent e9b939e34a
commit 85b7e80d90
4 changed files with 10 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ To transfer a discussion, you must have permissions to create discussions in the
{% endif %} {% endif %}
{% ifversion converting-issues-to-discussions %}
## Converting issues based on labels ## 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. 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. 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. 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**. 1. Click **I understand, convert this issue to a discussion**.
{% endif %}

View File

@@ -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. 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**. 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 ## 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)." 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. 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. 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**. 1. Click **I understand, convert this issue to a discussion**.
{% endif %}
{% ifversion discussions-hide-comments-on-block %} {% ifversion discussions-hide-comments-on-block %}
## Blocking a user from your organization ## Blocking a user from your organization

View File

@@ -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)." 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 %} {% endif %}

View File

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