Skip to content

Commit 3d382b5

Browse files
authored
Remove duplicate @ prefix from issueAuthor in GitOps (#52877)
1 parent 02c2fa9 commit 3d382b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/policies/disallow-edits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configuration:
3636
then:
3737
- addReply:
3838
reply: >-
39-
@${issueAuthor} - This PR edits a file in the .github folder, which is not allowed. CC @dotnet/docs.
39+
${issueAuthor} - This PR edits a file in the .github folder, which is not allowed. CC @dotnet/docs.
4040
- closePullRequest
4141

4242
- description: Close PRs that change Framework Design Guidelines.
@@ -51,7 +51,7 @@ configuration:
5151
then:
5252
- addReply:
5353
reply: >-
54-
@${issueAuthor} - This PR edits a file in the design-guidelines folder, which is disallowed. This content is reprinted by permission of Pearson Education, Inc. from Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries, 2nd Edition, and cannot be edited. CC @dotnet/docs.
54+
${issueAuthor} - This PR edits a file in the design-guidelines folder, which is disallowed. This content is reprinted by permission of Pearson Education, Inc. from Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries, 2nd Edition, and cannot be edited. CC @dotnet/docs.
5555
- if:
5656
- or:
5757
- activitySenderHasPermission:

0 commit comments

Comments
 (0)