From a14edcca302e84bc5c52393bda8809f0bdbbedd6 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Tue, 1 Sep 2020 15:06:35 +0200 Subject: Create move.yml --- .github/move.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/move.yml (limited to '.github') diff --git a/.github/move.yml b/.github/move.yml new file mode 100644 index 000000000..dc3f63097 --- /dev/null +++ b/.github/move.yml @@ -0,0 +1,26 @@ +# Configuration for Move Issues - https://github.com/dessant/move-issues + +# Delete the command comment when it contains no other content +deleteCommand: true + +# Close the source issue after moving +closeSourceIssue: true + +# Lock the source issue after moving +lockSourceIssue: false + +# Mention issue and comment authors +mentionAuthors: true + +# Preserve mentions in the issue content +keepContentMentions: false + +# Move labels that also exist on the target repository +moveLabels: false + +# Set custom aliases for targets +aliases: + rt: dotnet/runtime + +# Repository to extend settings from +# _extends: repo -- cgit v1.2.3