From d716d0fb16e9998dd4653a2dc99b88c3d3355da3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 2 Jan 2019 20:53:54 +0000 Subject: [PATCH] Remove probot-move. This has been replaced with GitHub's beta feature. --- .github/move.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/move.yml diff --git a/.github/move.yml b/.github/move.yml deleted file mode 100644 index d1173b5cfb..0000000000 --- a/.github/move.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Configuration for move-issues - https://github.com/dessant/move-issues - -# Delete the command comment. Ignored when the comment also contains other content -deleteCommand: true -# Close the source issue after moving -closeSourceIssue: true -# Lock the source issue after moving -lockSourceIssue: true -# Mention issue and comment authors -mentionAuthors: true -# Preserve mentions in the issue content -keepContentMentions: true -# Set custom aliases for targets -aliases: - core: Homebrew/homebrew-core