Skip to content

Commit f5d7d74

Browse files
authored
Adds configuration for the ProBot move-issues app.
1 parent dc3cbda commit f5d7d74

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/move.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Configuration for move-issues app - https://probot.github.io/apps/move/
2+
3+
# Delete the command comment. Ignored when the comment also contains other content
4+
deleteCommand: true
5+
# Close the source issue after moving
6+
closeSourceIssue: true
7+
# Lock the source issue after moving
8+
lockSourceIssue: false
9+
# Set custom aliases for targets
10+
aliases:
11+
main: bpkg/bpkg
12+
13+
#EOF

0 commit comments

Comments
 (0)