From 0d604737ad29af4cc98d8a9245c93390a98baefa Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Fri, 31 Oct 2025 12:57:19 -0700 Subject: [PATCH] Delete this way of collecting feedback This was noisy and we'll think about a better way of collecting feedback. --- .../IssueManagement.IssueFeedbackForm.yml | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/policies/IssueManagement.IssueFeedbackForm.yml diff --git a/.github/policies/IssueManagement.IssueFeedbackForm.yml b/.github/policies/IssueManagement.IssueFeedbackForm.yml deleted file mode 100644 index f42be69ab1e..00000000000 --- a/.github/policies/IssueManagement.IssueFeedbackForm.yml +++ /dev/null @@ -1,22 +0,0 @@ -id: IssueManagement.IssueFeedbackForm -name: GitOps.PullRequestIssueManagement -description: Bot to request the feedback for how we are doing in the repo, replies on closed PRs and issues that are NOT labeled with no activity -owner: -resource: repository -disabled: false -where: -configuration: - resourceManagementConfiguration: - eventResponderTasks: - - if: - - not: - hasLabel: - label: Resolution-No Activity - - isAction: - action: Closed - then: - - addReply: - reply: " šŸ“£ Hey @${issueAuthor}, how did we do? We would love to hear your feedback with the link below! šŸ—£ļø \n\nšŸ”— https://aka.ms/PSRepoFeedback " - triggerOnOwnActions: true -onFailure: -onSuccess: