Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 94f9e73

Browse files
committed
chore: add move bot
1 parent bd7968d commit 94f9e73

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/move.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
# Configuration for Move Issues - https://github.com/dessant/move-issues
3+
4+
# Delete the command comment when it contains no other content
5+
deleteCommand: true
6+
7+
# Close the source issue after moving
8+
closeSourceIssue: true
9+
10+
# Lock the source issue after moving
11+
lockSourceIssue: false
12+
13+
# Mention issue and comment authors
14+
mentionAuthors: true
15+
16+
# Preserve mentions in the issue content
17+
keepContentMentions: false
18+
19+
# Move labels that also exist on the target repository
20+
moveLabels: true
21+
22+
# Set custom aliases for targets
23+
# aliases:
24+
# r: repo
25+
# or: owner/repo
26+
27+
# Repository to extend settings from
28+
# _extends: repo

0 commit comments

Comments
 (0)