Skip to content

Commit 3d648dc

Browse files
akoeplingerCopilot
andcommitted
Remove duplicate @ prefix from issueAuthor in GitOps
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 59b3158 commit 3d648dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/policies/resourceManagement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ configuration:
387387
then:
388388
- addReply:
389389
reply: >-
390-
Hi @${issueAuthor}. Please make sure you've updated the PR description to use the [Shiproom Template](https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/545/NET-Servicing#pr-template). Also, make sure this PR is not marked as a draft and is ready-to-merge.
390+
Hi ${issueAuthor}. Please make sure you've updated the PR description to use the [Shiproom Template](https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/545/NET-Servicing#pr-template). Also, make sure this PR is not marked as a draft and is ready-to-merge.
391391
392392
393393
To learn more about how to prepare a servicing PR [click here](https://aka.ms/aspnet/servicing).

0 commit comments

Comments
 (0)