Skip to content

Commit

Permalink
Adjust survey link on issues (#18979)
Browse files Browse the repository at this point in the history
Add the survey link only to issues coming from outside the organization.
  • Loading branch information
RickWinter authored Aug 30, 2022
1 parent 91fa101 commit 6cb1f96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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)."
}
}
]
}
Expand Down

0 comments on commit 6cb1f96

Please sign in to comment.