From 33abf0c4b36ac8ce5964938b42f06ca31f48d9f6 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Wed, 8 Nov 2023 16:10:16 -0800 Subject: [PATCH] Remove unused ReleaseAnnouncement issue/PR automation (#4688) --- .github/fabricbot.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 65bff8ff244..a57b8cbbba4 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -565,17 +565,6 @@ }, "disabled": false }, - { - "taskType": "trigger", - "capabilityId": "ReleaseAnnouncement", - "subCapability": "ReleaseAnnouncement", - "version": "1.0", - "config": { - "taskName": "Release announcement", - "prReply": "The fix is included in ${pkgName} ${version}.", - "issueReply": "Fixed in ${pkgName} ${version}." - } - }, { "taskType": "trigger", "capabilityId": "InPrLabel",