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 dc3cbda commit f5d7d74Copy full SHA for f5d7d74
.github/move.yml
@@ -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