From 632525f4d0d87678ac5d8dd8a7be991d6eb73edf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 Jan 2018 09:25:13 +0100 Subject: [PATCH] Enable probot move (#11690) --- .github/move.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/move.yml diff --git a/.github/move.yml b/.github/move.yml new file mode 100644 index 00000000000000..e041083c9ae119 --- /dev/null +++ b/.github/move.yml @@ -0,0 +1,13 @@ +# 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 +