From d900a7231d95fb18a1badeab668870c2a0da1018 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 11 Jul 2019 11:58:18 +0200 Subject: [PATCH] tasks: Drop issue-scan This is now done by webhooks and AMQP. Closes #195 --- .tasks | 3 --- 1 file changed, 3 deletions(-) diff --git a/.tasks b/.tasks index 7fdc60d..2026460 100755 --- a/.tasks +++ b/.tasks @@ -11,6 +11,3 @@ if [ $chance -gt 9 ]; then # Open issues for things that need doing on a regular basis bots/npm-trigger fi - -# Find those issues and propose to do them -bots/issue-scan