Skip to content

Commit 69ec4ee

Browse files
akoeplingerCopilotraffaelerCopilot
authored
Remove duplicate @ prefix from issueAuthor in GitOps (#2491)
* 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> * Update .github/policies/resourceManagement.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Raf (Raffaele Rialdi) <raffaeler@vevy.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9c867ff commit 69ec4ee

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
@@ -24,7 +24,7 @@ configuration:
2424
actions:
2525
- closeIssue
2626
- addReply:
27-
reply: Hello @${issueAuthor}, the reviewers on this PR have requested changes and there has not been any activity for **14 days**, so it will be closed for housekeeping pourposes. Feel free to reopen or send a new one if you wish to resume the progress.
27+
reply: Hello ${issueAuthor}, the reviewers on this PR have requested changes and there has not been any activity for **14 days**, so it will be closed for housekeeping purposes. Feel free to reopen or send a new one if you wish to resume the progress.
2828
- description: Add no recent activity label to pull requests
2929
frequencies:
3030
- hourly:

0 commit comments

Comments
 (0)