Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/move.yml')
-rw-r--r--.github/move.yml26
1 files changed, 26 insertions, 0 deletions
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