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:
authorMarek Safar <marek.safar@gmail.com>2020-09-01 16:06:35 +0300
committerGitHub <noreply@github.com>2020-09-01 16:06:35 +0300
commita14edcca302e84bc5c52393bda8809f0bdbbedd6 (patch)
treed0403e81c337544b525b8c0e755a81142c9c9a2a /.github
parentb0bc30d987b51a885ba91fc148a392bd6f4c72cf (diff)
Create move.yml
Diffstat (limited to '.github')
-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