Skip to content

Commit be410f6

Browse files
committed
Add Probot move support
1 parent 884ddec commit be410f6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/move.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Configuration for move-issues - https://github.com/dessant/move-issues
2+
3+
# Repository to extend settings from
4+
_extends: wp-cli/wp-cli
5+
6+
# Delete the command comment when it contains no other content
7+
# deleteCommand: true
8+
9+
# Close the source issue after moving
10+
# closeSourceIssue: true
11+
12+
# Lock the source issue after moving
13+
# lockSourceIssue: false
14+
15+
# Mention issue and comment authors
16+
# mentionAuthors: true
17+
18+
# Preserve mentions in the issue content
19+
# keepContentMentions: true

0 commit comments

Comments
 (0)