Skip to content

Commit c1c3d11

Browse files
connorMicrosoftssparachriverar
authored
Update resourceManagement.yml (#5374)
* Update resourceManagement.yml Added an automated response when an Issue is tagged with a "feedbackHubWCR" comment. * Update .github/policies/resourceManagement.yml Co-authored-by: ssparach <[email protected]> * Update .github/policies/resourceManagement.yml Better automated response Co-authored-by: Rafael Rivera <[email protected]> * Update resourceManagement.yml Small chnages --------- Co-authored-by: ssparach <[email protected]> Co-authored-by: Rafael Rivera <[email protected]>
1 parent c2b4709 commit c1c3d11

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.github/policies/resourceManagement.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,47 @@ configuration:
224224
- addLabel:
225225
label: needs-author-feedback
226226
227+
# /feedbackHub_WCR
228+
- description: >-
229+
Triggers:
230+
* /feedbackhubWCR
231+
* /feedbackHubWCR
232+
if:
233+
- payloadType: Issue_Comment
234+
- commentContains:
235+
pattern: '\/feedback[H|h]ubWCR'
236+
isRegex: True
237+
- or:
238+
- activitySenderHasAssociation:
239+
association: Owner
240+
- activitySenderHasAssociation:
241+
association: Member
242+
then:
243+
- addReply:
244+
reply: >-
245+
Hi @${issueAuthor}. Could you please submit this issue through Feedback Hub (press [Windows key]+[F])? Once you've done that, share the link here so we can track your issue more effectively on our end.
246+
247+
When submitting, please select "Developer Platform" as the category and "Windows Copilot Runtime" as the sub-category.
248+
249+
Follow these steps:
250+
1. Open Feedback Hub using [Windows key]+[F]
251+
2. Make sure you're signed in
252+
3. When entering your bug details, please start your title with "[WCR APIs]"
253+
4. Choose "Developer Platform" as the category and "Windows Copilot Runtime" as the sub-category
254+
5. Under "Add more details", select "Recreate my problem"
255+
6. Start the recording, show us the issue with your app or sample, then stop recording
256+
7. Include as many details as you can about how to reproduce the issue
257+
8. Submit your feedback
258+
259+
Thanks for helping us improve!
260+
261+
- removeLabel:
262+
label: needs-triage
263+
- removeLabel:
264+
label: needs-assignee-attention
265+
- addLabel:
266+
label: needs-author-feedback
267+
227268
228269
229270
onFailure:

0 commit comments

Comments
 (0)