Skip to content

Commit 03ec57e

Browse files
author
Alon Yeshurun
committed
Remove automatic bug label and add new event to resource management
1 parent f30ce9b commit 03ec57e

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

.github/ISSUE_TEMPLATE/1-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "🐛 Bug report"
22
description: Create a report to help us improve fabric-cli
33
title: "[BUG] "
4-
labels: ["bug"]
4+
labels: []
55
body:
66
- type: markdown
77
attributes:

.github/policies/resourceManagement.yml

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ configuration:
2121
label: needs triage
2222
- addReply:
2323
reply: >
24-
Thank you for submitting this issue, @${issueAuthor}.
24+
Thank you for submitting this issue, ${issueAuthor}.
2525
2626
A member of the Fabric CLI team will review your submission and provide feedback shortly.
2727
@@ -41,7 +41,7 @@ configuration:
4141
label: needs author feedback
4242
- addReply:
4343
reply: >
44-
@${issueAuthor}, we require additional information to properly evaluate this issue.
44+
${issueAuthor}, we require additional information to properly evaluate this issue.
4545
4646
Please provide the requested details so we can continue with the review process.
4747
- removeLabel:
@@ -68,7 +68,7 @@ configuration:
6868
label: needs triage
6969
- addReply:
7070
reply: >
71-
Thank you for replying with additional information, @${issueAuthor}.
71+
Thank you for replying with additional information, ${issueAuthor}.
7272
7373
A member of the Fabric CLI team will continue reviewing this issue.
7474
@@ -179,3 +179,35 @@ configuration:
179179
180180
Please continue discussion in the original issue to consolidate tracking and avoid fragmentation.
181181
- closeIssue
182+
183+
- description: Maintainer command to mark as bug
184+
if:
185+
- payloadType: Issue_Comment
186+
- commentContains:
187+
pattern: '^/bug'
188+
isRegex: true
189+
- or:
190+
- activitySenderHasPermission:
191+
permission: Admin
192+
- activitySenderHasPermission:
193+
permission: Write
194+
then:
195+
- removeLabel:
196+
label: needs triage
197+
- addLabel:
198+
label: bug
199+
- addReply:
200+
reply: >
201+
This issue has been triaged and identified as a **bug**. Our team will review and prioritize it accordingly.
202+
203+
- description: Assign enhancement issues to HasanAboShally
204+
if:
205+
- payloadType: Issues
206+
- or:
207+
- isAction:
208+
action: Opened
209+
- hasLabel:
210+
label: enhancement
211+
then:
212+
- addAssignee:
213+
assignee: HasanAboShally

0 commit comments

Comments
 (0)