From 059623c6bf04a3f729caff0bedf85231a404e207 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Wed, 9 Nov 2022 10:47:10 +0200 Subject: [PATCH] Remove vestigial move.yml (#81557) --- .github/move.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/move.yml diff --git a/.github/move.yml b/.github/move.yml deleted file mode 100644 index e041083c9ae..00000000000 --- a/.github/move.yml +++ /dev/null @@ -1,13 +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: false -# Set custom aliases for targets -# aliases: -# r: repo -# or: owner/repo -