Skip to content

Commit 77fcb53

Browse files
version update in prep for 3.21 rc (#61111)
Co-authored-by: John Clement <jclement136@github.com>
1 parent 29dd453 commit 77fcb53

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/communities/moderating-comments-and-conversations/managing-disruptive-comments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Managing disruptive comments
3-
intro: 'You can {% ifversion fpt or ghec %}hide, edit,{% else %}edit{% endif %} or delete comments on issues, discussions, pull requests, and commits.'
3+
intro: 'You can hide, edit, or delete comments on issues, discussions, pull requests, and commits.'
44
redirect_from:
55
- /articles/editing-a-comment
66
- /articles/deleting-a-comment
@@ -17,7 +17,7 @@ category:
1717

1818
## Hiding a comment
1919

20-
{% ifversion fpt or ghec %}Organization moderators, and anyone{% else %}Anyone{% endif %} with write access to a repository, can hide comments on issues, discussions, pull requests, and commits.
20+
Organization moderators and anyone with write access to a repository, can hide comments on issues, discussions, pull requests, and commits.
2121

2222
If a comment is off-topic, outdated, or resolved, you may want to hide a comment to keep a discussion focused or make a pull request easier to navigate and review. Hidden comments are minimized but people with read access to the repository can expand them.
2323

@@ -32,7 +32,7 @@ If a comment is off-topic, outdated, or resolved, you may want to hide a comment
3232

3333
## Unhiding a comment
3434

35-
{% ifversion fpt or ghec %}Organization moderators, and anyone{% else %}Anyone{% endif %} with write access to a repository, can unhide comments on issues, discussions, pull requests, and commits.
35+
Organization moderators and anyone with write access to a repository, can unhide comments on issues, discussions, pull requests, and commits.
3636

3737
1. Navigate to the comment you'd like to unhide.
3838
1. On the right side of the comment, click **{% octicon "fold" aria-hidden="true" aria-label="fold" %} Show comment**.
@@ -44,7 +44,7 @@ If a comment is off-topic, outdated, or resolved, you may want to hide a comment
4444

4545
Anyone with write access to a repository can edit comments on issues, discussions, pull requests, and commits.
4646

47-
It's appropriate to edit a comment and remove content that doesn't contribute to the conversation and violates your community's code of conduct{% ifversion fpt or ghec %} or {% data variables.product.github %}'s [Community Guidelines](/free-pro-team@latest/site-policy/github-terms/github-community-guidelines){% endif %}.
47+
It's appropriate to edit a comment and remove content that doesn't contribute to the conversation and violates your community's code of conduct or {% data variables.product.github %}'s [Community Guidelines](/free-pro-team@latest/site-policy/github-terms/github-community-guidelines).
4848

4949
Sometimes it may make sense to clearly indicate edits and their justification.
5050

@@ -71,7 +71,7 @@ Anyone with write access to a repository can delete comments on issues, discussi
7171

7272
If a comment contains some constructive content that adds to the conversation in the issue or pull request, you can edit the comment instead.
7373

74-
Deleting a comment is your last resort as a moderator. It's appropriate to delete a comment if the entire comment adds no constructive content to a conversation and violates your community's code of conduct{% ifversion fpt or ghec %} or GitHub's [Community Guidelines](/free-pro-team@latest/site-policy/github-terms/github-community-guidelines){% endif %}.
74+
Deleting a comment is your last resort as a moderator. It's appropriate to delete a comment if the entire comment adds no constructive content to a conversation and violates your community's code of conduct or GitHub's [Community Guidelines](/free-pro-team@latest/site-policy/github-terms/github-community-guidelines).
7575

7676
Deleting a comment creates a timeline event that is visible to anyone with read access to the repository. However, the username of the person who deleted the comment is only visible to people with write access to the repository. For anyone without write access, the timeline event is anonymized.
7777

data/features/push-protection-repo-exemptions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
versions:
44
fpt: '*'
55
ghec: '*'
6-
ghes: '>3.21'
6+
ghes: '>3.20'

0 commit comments

Comments
 (0)