From 22ef1f826d7a1e371aa6a0db4b30d1c4167b3b78 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:51:21 -0700 Subject: [PATCH 1/2] @mention issue author --- .github/policies/author-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/author-action.yml b/.github/policies/author-action.yml index 282d5125c10..afc3d31b626 100644 --- a/.github/policies/author-action.yml +++ b/.github/policies/author-action.yml @@ -12,7 +12,7 @@ configuration: label: needs-author-action then: - addReply: - reply: This issue has been marked `needs-author-action` and might be missing some important information. + reply: @${issueAuthor} - This issue has been marked `needs-author-action` and might be missing some important information. - description: PR reviews with "changes requested" applies the needs-author-action label if: From 6c16f0e8e7bf87937231f3d2115d542df04bbfa9 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:52:39 -0700 Subject: [PATCH 2/2] Update author-action.yml --- .github/policies/author-action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/policies/author-action.yml b/.github/policies/author-action.yml index afc3d31b626..6112f9a94f4 100644 --- a/.github/policies/author-action.yml +++ b/.github/policies/author-action.yml @@ -12,7 +12,8 @@ configuration: label: needs-author-action then: - addReply: - reply: @${issueAuthor} - This issue has been marked `needs-author-action` and might be missing some important information. + reply: >- + @${issueAuthor} - This issue has been marked `needs-author-action` and might be missing some important information. - description: PR reviews with "changes requested" applies the needs-author-action label if: