We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f6aa7 commit 9d369abCopy full SHA for 9d369ab
.github/move.yml
@@ -0,0 +1,23 @@
1
+# Configuration for move-issues - https://github.com/dessant/move-issues
2
+
3
+# Delete the command comment when it contains no other content
4
+deleteCommand: true
5
6
+# Close the source issue after moving
7
+closeSourceIssue: true
8
9
+# Lock the source issue after moving
10
+lockSourceIssue: false
11
12
+# Mention issue and comment authors
13
+mentionAuthors: true
14
15
+# Preserve mentions in the issue content
16
+keepContentMentions: false
17
18
+# Set custom aliases for targets
19
+aliases:
20
+ requests: processwire/processwire-requests
21
22
+# Repository to extend settings from
23
+# _extends: repo
0 commit comments