Skip to content

Commit 9cdf84f

Browse files
akoeplingerCopilot
andauthored
Remove duplicate @ prefix from issueAuthor in GitOps (#12490)
https://github.com/GitOps-microsoft/GitOps.PullRequestIssueManagement/pull/262 (internal Microsoft link) changed the `${issueAuthor}` placeholder to include the `@` character. Remove the one we added so we don't duplicate it. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 91bb36d commit 9cdf84f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/policies/author-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configuration:
2929
then:
3030
- addReply:
3131
reply: >-
32-
@${issueAuthor} - This issue has been marked `needs-author-action` and might be missing some important information.
32+
${issueAuthor} - This issue has been marked `needs-author-action` and might be missing some important information.
3333
3434
- description: PR reviews with "changes requested" applies the needs-author-action label
3535
if:

.github/policies/disallow-edits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ configuration:
7070
then:
7171
- addReply:
7272
reply: >-
73-
@${issueAuthor} - This PR edits one or more files whose 'source of truth' for documentation is not in this repo. Please make documentation updates in the /// comments in the dotnet/runtime repo (or dotnet/extensions repo) instead.
73+
${issueAuthor} - This PR edits one or more files whose 'source of truth' for documentation is not in this repo. Please make documentation updates in the /// comments in the dotnet/runtime repo (or dotnet/extensions repo) instead.
7474
- if:
7575
- or:
7676
- activitySenderHasPermission:

0 commit comments

Comments
 (0)