From 6cb1f96b6df02e6b6e8df701e2149358168af62b Mon Sep 17 00:00:00 2001 From: Rick Winter Date: Tue, 30 Aug 2022 09:43:52 -0700 Subject: [PATCH] Adjust survey link on issues (#18979) Add the survey link only to issues coming from outside the organization. --- .github/fabricbot.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 3d77ab753f23..bde7ff762b5a 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -50,12 +50,6 @@ "parameters": { "label": "needs-triage" } - }, - { - "name": "addReply", - "parameters": { - "comment": "Hi @${issueAuthor}. Thank you for your feedback and we will look into it soon. Meanwhile, feel free to share your experience using the Azure SDK in this [survey](https://aka.ms/azsdk/go/issuesurvey)." - } } ], "eventType": "issue", @@ -550,6 +544,12 @@ "parameters": { "label": "question" } + }, + { + "name": "addReply", + "parameters": { + "comment": "Hi @${issueAuthor}. Thank you for your feedback and we will look into it soon. Meanwhile, feel free to share your experience using the Azure SDK in this [survey](https://aka.ms/azsdk/go/issuesurvey)." + } } ] }