Skip to content

Commit 1b77f9f

Browse files
committed
ai: adds instructions for AI to follow when triaging issues
Signed-off-by: Vincent Biret <[email protected]>
1 parent 54c0c6d commit 1b77f9f

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
applyTo: '**'
3+
---
4+
Start by thanking the user for using the SDK and for reaching out.
5+
Finish by asking if they have any other questions or need further assistance.
6+
Remove the tag `status:waiting-for-triage` from the issue.
7+
Add the tag `status:waiting-for-author-feedback` to the issue.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
applyTo: '**'
3+
---
4+
List the latest 5 issues in the repository that have the label `status:waiting-for-triage` and are not closed.
5+
Do not include any pull request.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
applyTo: '**'
3+
---
4+
Give me a summary of the first issue in the list.
5+
Also can you tell me whether that issue seems to be caused by the service/API itself or the SDK?
6+
Also can you tell me if user is asking about a missing API segment, a missing property, or a missing query parameter, let them know this SDK is generated from metadata provided by the service?
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
applyTo: '**'
3+
---
4+
Reply this behaviour is caused by the backend service and not the SDK.
5+
Clarify this repository and its issues are dedicated to the SDK, not the backend service.
6+
7+
If the user is about a missing API segment, a missing property, or a missing query parameter, let them know this SDK is generated from metadata provided by the service.
8+
If the issue is not about missing API segments/property/query parameters, do not say anything about the generation of the SDK.
9+
10+
Suggest that the can contact the support team using this link: https://developer.microsoft.com/graph/support
11+
Alternatively, they can also use the Microsoft Q&A forum for community support: https://learn.microsoft.com/en-us/answers/tags/161/ms-graph
12+
13+
Remove the tag `status:waiting-for-triage` from the issue.
14+
Add the tag `status:waiting-for-author-feedback` to the issue.

0 commit comments

Comments
 (0)