Skip to content

Commit 8cb3e5f

Browse files
authored
Remove duplicate @ prefix from issueAuthor in GitOps (#15636)
1 parent c85b0b6 commit 8cb3e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/policies/ScheduledSearch.MarkNoRecentActivity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ configuration:
3535
label: "State: No Recent Activity"
3636
- addReply:
3737
reply: >-
38-
Hello @${issueAuthor},
38+
Hello ${issueAuthor},
3939
4040
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**.
4141
- description: >-
@@ -65,8 +65,8 @@ configuration:
6565
label: "State: No Recent Activity"
6666
- addReply:
6767
reply: >-
68-
Hello @${issueAuthor},
68+
Hello ${issueAuthor},
6969
7070
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**.
7171
onFailure:
72-
onSuccess:
72+
onSuccess:

0 commit comments

Comments
 (0)