Skip to content

Commit 6cb1f96

Browse files
authored
Adjust survey link on issues (Azure#18979)
Add the survey link only to issues coming from outside the organization.
1 parent 91fa101 commit 6cb1f96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/fabricbot.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"parameters": {
5151
"label": "needs-triage"
5252
}
53-
},
54-
{
55-
"name": "addReply",
56-
"parameters": {
57-
"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)."
58-
}
5953
}
6054
],
6155
"eventType": "issue",
@@ -550,6 +544,12 @@
550544
"parameters": {
551545
"label": "question"
552546
}
547+
},
548+
{
549+
"name": "addReply",
550+
"parameters": {
551+
"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)."
552+
}
553553
}
554554
]
555555
}

0 commit comments

Comments
 (0)