From 3a1e8e3923c9cc083a7023d3180fbef45c11ecd0 Mon Sep 17 00:00:00 2001 From: "microsoft-github-policy-service[bot]" <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:41:41 +0000 Subject: [PATCH 1/2] Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement Owners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot. Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html Please review and merge this PR to complete the process of onboarding to the new service. --- .github/policies/resourceManagement.yml | 176 ++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 .github/policies/resourceManagement.yml diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml new file mode 100644 index 00000000..34567ee3 --- /dev/null +++ b/.github/policies/resourceManagement.yml @@ -0,0 +1,176 @@ +id: +name: GitOps.PullRequestIssueManagement +description: GitOps.PullRequestIssueManagement primitive +owner: +resource: repository +disabled: false +where: +configuration: + resourceManagementConfiguration: + scheduledSearches: + - description: + frequencies: + - hourly: + hour: 1 + filters: + - isIssue + - isOpen + - hasLabel: + label: 'Needs: Author Feedback' + - noActivitySince: + days: 10 + - isNotLabeledWith: + label: no-recent-activity + actions: + - addReply: + reply: This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for **10 days**. It will be closed if no further activity occurs **within 10 days of this comment**. Thank you for your contributions to OneDrive API Docs! + - description: + frequencies: + - hourly: + hour: 3 + filters: + - isIssue + - isOpen + - hasLabel: + label: status:answered + - noActivitySince: + days: 10 + - isNotLabeledWith: + label: no-recent-activity + actions: + - addLabel: + label: no-recent-activity + - addReply: + reply: This issue has been automatically marked as stale because it has marked as answered but has not had any activity for **10 days**. It will be closed if no further activity occurs **within 10 days of this comment**. Thank you for your contributions to OneDrive API Docs! + - description: + frequencies: + - hourly: + hour: 3 + filters: + - isIssue + - isOpen + - hasLabel: + label: status:resolved + - noActivitySince: + days: 10 + - isNotLabeledWith: + label: no-recent-activity + actions: + - addLabel: + label: no-recent-activity + - addReply: + reply: This issue has been automatically marked as stale because it has marked as resolved but has not had any activity for **10 days**. It will be closed if no further activity occurs **within 10 days of this comment**. Thank you for your contributions to OneDrive API Docs! + - description: + frequencies: + - hourly: + hour: 3 + filters: + - isIssue + - isOpen + - hasLabel: + label: no-recent-activity + - noActivitySince: + days: 10 + actions: + - closeIssue + eventResponderTasks: + - if: + - payloadType: Pull_Request + - not: + isActivitySender: + user: microsoft-github-bot + issueAuthor: False + - not: + isAction: + action: Closed + - hasLabel: + label: no-recent-activity + then: + - removeLabel: + label: no-recent-activity + description: + - if: + - payloadType: Pull_Request + - isActivitySender: + issueAuthor: True + - not: + isAction: + action: Closed + - hasLabel: + label: 'Needs: Author Feedback' + then: + - removeLabel: + label: 'Needs: Author Feedback' + description: + - if: + - payloadType: Issues + - not: + isActivitySender: + user: microsoft-github-bot + issueAuthor: False + - isOpen + - isAction: + action: Labeled + - labelAdded: + label: ask-to:azure-active-directory + then: + - addLabel: + label: 'Needs: Author Feedback' + - addReply: + reply: 'Thanks for your feedback. Since this question is about Azure Active Directory, could you please ask it here: https://stackoverflow.com/questions/tagged/azure-active-directory
Thanks!' + description: + - if: + - payloadType: Issues + - not: + isActivitySender: + user: microsoft-github-bot + issueAuthor: False + - isOpen + - isAction: + action: Labeled + - labelAdded: + label: 'Needs: More Information' + then: + - addLabel: + label: 'Needs: Author Feedback' + - addReply: + reply: Thanks for your feedback; however, we need more information to understand the issue further. If you have not provided the following information, could you please provide the following?

Could you please provide the following response headers:
- Date (in UTC, please)
- request-id
- SPRequestGuid (for requests made to OneDrive for Business and SharePoint)
Please provide as recent values as possible.

Could you please describe the steps to reproduce the bug in sufficient detail for another person to be able to reproduce it?

Could you please provide sample requests and responses that illustrate the issue that you are encountering?

Could you please describe the behavior you expected to occur when performing the action? + - removeLabel: + label: 'Needs: More Information' + description: + - if: + - payloadType: Issues + - not: + isActivitySender: + user: microsoft-github-bot + issueAuthor: False + - isOpen + - isLabeled + - labelAdded: + label: ask-to:graph + then: + - addLabel: + label: 'Needs: Author Feedback' + - addReply: + reply: 'Thanks for your feedback. Since this question is about Microsoft Graph, could you please ask via the Microsoft Graph support site here: https://developer.microsoft.com/en-us/graph/support
Thanks!' + description: + - if: + - payloadType: Issues + - not: + isActivitySender: + user: microsoft-github-bot + issueAuthor: False + - isOpen + - isLabeled + - labelAdded: + label: 'Needs: Support Case' + then: + - addReply: + reply: Thanks for contacting us. This appears to require more investigation. If you have a support contact, could you please work through them to file a support case for us to do further investigation on this issue? + - removeLabel: + label: 'Needs: Support Case' + - addLabel: + label: 'Needs: Author Feedback' + description: +onFailure: +onSuccess: From ba966697481639a7d32322fcad12fe6cdcc1e6cd Mon Sep 17 00:00:00 2001 From: "microsoft-github-policy-service[bot]" <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:41:42 +0000 Subject: [PATCH 2/2] Deleting fabricbot.json --- .github/fabricbot.json | 1229 ---------------------------------------- 1 file changed, 1229 deletions(-) delete mode 100644 .github/fabricbot.json diff --git a/.github/fabricbot.json b/.github/fabricbot.json deleted file mode 100644 index 9a49132b..00000000 --- a/.github/fabricbot.json +++ /dev/null @@ -1,1229 +0,0 @@ -{ - "version": "1.0", - "tasks": [ - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueResponder", - "version": "1.0", - "id": "foQ3gZb0R", - "config": { - "taskName": "Remove no-recent-activity label if it was changed by anyone other than the bot and was not closed", - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": "microsoft-github-bot" - } - } - ] - }, - { - "operator": "not", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "closed" - } - } - ] - }, - { - "name": "hasLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueResponder", - "version": "1.0", - "id": "5uGycaZTEG", - "config": { - "taskName": "Add needs attention label to issues", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isEvent", - "parameters": { - "eventName": "issue_comment" - } - }, - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - }, - { - "operator": "not", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "closed" - } - } - ] - } - ] - }, - "actions": [ - { - "name": "addLabels", - "parameters": { - "labels": [ - "Needs: Attention :wave:" - ] - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueResponder", - "version": "1.0", - "id": "yD2nt6Wl4y", - "config": { - "taskName": "Remove needs author feedback label from issues and pull requests", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "operator": "not", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "closed" - } - } - ] - }, - { - "name": "hasLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueResponder", - "version": "1.0", - "id": "6SEFEEkrcc", - "config": { - "taskName": "New issues: Add welcome message and add needs triage label", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isEvent", - "parameters": { - "eventName": "issues" - } - }, - { - "name": "isAction", - "parameters": { - "action": "opened" - } - } - ] - }, - "actions": [ - { - "name": "addLabels", - "parameters": { - "labels": [ - "Needs: Triage :mag:" - ] - } - }, - { - "name": "addReply", - "parameters": { - "comment": "Thank you for your contribution to OneDrive API Docs. We will be triaging your incoming issue as soon as possible." - } - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.0", - "id": "d857a969e2", - "config": { - "taskName": "Add no-recent-activity label to issues", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23 - ] - }, - { - "weekDay": 1, - "hours": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23 - ] - }, - { - "weekDay": 2, - "hours": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23 - ] - }, - { - "weekDay": 3, - "hours": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23 - ] - }, - { - "weekDay": 4, - "hours": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23 - ] - }, - { - "weekDay": 5, - "hours": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23 - ] - }, - { - "weekDay": 6, - "hours": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23 - ] - } - ], - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 10 - } - }, - { - "name": "noLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ], - "actions": [ - { - "name": "addLabels", - "parameters": { - "labels": [ - "no-recent-activity" - ] - } - }, - { - "name": "addReply", - "parameters": { - "comment": "This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for **10 days**. It will be closed if no further activity occurs **within 10 days of this comment**. Thank you for your contributions to OneDrive API Docs!" - } - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "id": "w34VbVYZD", - "config": { - "taskName": "Add no-recent-activity label to stale answered questions", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 1, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 2, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 3, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 4, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 5, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 6, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - } - ], - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "status:answered" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 10 - } - }, - { - "name": "noLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ], - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "no-recent-activity" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "This issue has been automatically marked as stale because it has marked as answered but has not had any activity for **10 days**. It will be closed if no further activity occurs **within 10 days of this comment**. Thank you for your contributions to OneDrive API Docs!" - } - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "id": "QRJro8Xo9", - "config": { - "taskName": "Add no-recent-activity label to stale resolved issues", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 1, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 2, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 3, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 4, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 5, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 6, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - } - ], - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "status:resolved" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 10 - } - }, - { - "name": "noLabel", - "parameters": { - "label": "no-recent-activity" - } - } - ], - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "no-recent-activity" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "This issue has been automatically marked as stale because it has marked as resolved but has not had any activity for **10 days**. It will be closed if no further activity occurs **within 10 days of this comment**. Thank you for your contributions to OneDrive API Docs!" - } - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "id": "O9kz640hA", - "config": { - "taskName": "Close stale issues", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 1, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 2, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 3, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 4, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 5, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 6, - "hours": [ - 0, - 3, - 6, - 9, - 12, - 15, - 18, - 21 - ], - "timezoneOffset": -8 - } - ], - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "no-recent-activity" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 10 - } - } - ], - "actions": [ - { - "name": "closeIssue", - "parameters": {} - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "6gW0_ELxC", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": "microsoft-github-bot" - } - } - ] - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "isAction", - "parameters": { - "action": "labeled" - } - }, - { - "name": "labelAdded", - "parameters": { - "label": "ask-to:azure-active-directory" - } - } - ] - }, - "taskName": "Respond to items tagged with ask-to:azure-active-directory", - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "Thanks for your feedback. Since this question is about Azure Active Directory, could you please ask it here: https://stackoverflow.com/questions/tagged/azure-active-directory
Thanks!" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "-kMttH0Qh", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": "microsoft-github-bot" - } - } - ] - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "isAction", - "parameters": { - "action": "labeled" - } - }, - { - "name": "labelAdded", - "parameters": { - "label": "Needs: More Information" - } - } - ] - }, - "taskName": "Respond to items tagged with Needs: More Information", - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "Thanks for your feedback; however, we need more information to understand the issue further. If you have not provided the following information, could you please provide the following?

Could you please provide the following response headers:
- Date (in UTC, please)
- request-id
- SPRequestGuid (for requests made to OneDrive for Business and SharePoint)
Please provide as recent values as possible.

Could you please describe the steps to reproduce the bug in sufficient detail for another person to be able to reproduce it?

Could you please provide sample requests and responses that illustrate the issue that you are encountering?

Could you please describe the behavior you expected to occur when performing the action?" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "Needs: More Information" - } - } - ] - }, - "disabled": false - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "ECKUSifKR", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": "microsoft-github-bot" - } - } - ] - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "isLabeled", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "ask-to:graph" - } - } - ] - }, - "taskName": "Respond to items tagged with ask-to:graph", - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "Thanks for your feedback. Since this question is about Microsoft Graph, could you please ask via the Microsoft Graph support site here: https://developer.microsoft.com/en-us/graph/support
Thanks!" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "d-HxrFrLh", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": "microsoft-github-bot" - } - } - ] - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "isLabeled", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "Needs: Old Issue Followup" - } - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "Respond to items tagged with Needs: Old Issue Followup", - "actions": [ - { - "name": "addReply", - "parameters": { - "comment": "Sorry about this old issue going stale. If this issue is still reproducing, could you please provide updated request and response information to help us investigate further? Thanks for your patience!" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "Needs: Old Issue Followup" - } - }, - { - "name": "addLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - } - ] - }, - "disabled": true - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "VwEw-37bOL5xxSAkFFjbe", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": "microsoft-github-bot" - } - } - ] - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "isLabeled", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "Needs: Support Case" - } - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "Respond to items tagged with Needs: Support Case", - "actions": [ - { - "name": "addReply", - "parameters": { - "comment": "Thanks for contacting us. This appears to require more investigation. If you have a support contact, could you please work through them to file a support case for us to do further investigation on this issue?" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "Needs: Support Case" - } - }, - { - "name": "addLabel", - "parameters": { - "label": "Needs: Author Feedback" - } - } - ] - }, - "disabled": false - } - ], - "userGroups": [] -}