Skip to content

Commit f5970b3

Browse files
authored
Fix move.yml
1 parent 20d899c commit f5970b3

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/move.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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: true
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: true

0 commit comments

Comments
 (0)