From 716667fd80f3b36b77f9b073edaa3a9e09b538ce Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 2 Apr 2018 18:07:11 +0100 Subject: [PATCH] Create move.yml --- .github/move.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/move.yml diff --git a/.github/move.yml b/.github/move.yml new file mode 100644 index 00000000..03b8b71a --- /dev/null +++ b/.github/move.yml @@ -0,0 +1,12 @@ +# 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 +# Set custom aliases for targets +# aliases: +# r: repo +# or: owner/repo