From 0c1d1b82e23bc0d777daae813ee16e4ab2269286 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 9 Jul 2019 08:16:52 +0200 Subject: [PATCH] tasks: Drop issue-scan This is now done by webhooks and AMQP. --- .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