From 349d9b7763a63d9104e10ce5ca8f3f0e3195cad4 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 7 Apr 2026 15:10:38 +0200 Subject: [PATCH 1/2] Remove duplicate @ prefix from issueAuthor in GitOps --- .github/policies/ScheduledSearch.MarkNoRecentActivity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/policies/ScheduledSearch.MarkNoRecentActivity.yml b/.github/policies/ScheduledSearch.MarkNoRecentActivity.yml index f4fd2da1a8..4e671abb64 100644 --- a/.github/policies/ScheduledSearch.MarkNoRecentActivity.yml +++ b/.github/policies/ScheduledSearch.MarkNoRecentActivity.yml @@ -35,7 +35,7 @@ configuration: label: "State: No Recent Activity" - addReply: reply: >- - Hello @${issueAuthor}, + Hello ${issueAuthor}, This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**. - description: >- @@ -69,4 +69,4 @@ configuration: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**. onFailure: -onSuccess: \ No newline at end of file +onSuccess: From 396772772deb4f02e14305f71d7cab431bb795bd Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 7 Apr 2026 15:11:48 +0200 Subject: [PATCH 2/2] Update ScheduledSearch.MarkNoRecentActivity.yml --- .github/policies/ScheduledSearch.MarkNoRecentActivity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/ScheduledSearch.MarkNoRecentActivity.yml b/.github/policies/ScheduledSearch.MarkNoRecentActivity.yml index 4e671abb64..42be2f441b 100644 --- a/.github/policies/ScheduledSearch.MarkNoRecentActivity.yml +++ b/.github/policies/ScheduledSearch.MarkNoRecentActivity.yml @@ -65,7 +65,7 @@ configuration: label: "State: No Recent Activity" - addReply: reply: >- - Hello @${issueAuthor}, + Hello ${issueAuthor}, This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**. onFailure: