Skip to content

Commit

Permalink
Add move bot config.
Browse files Browse the repository at this point in the history
* Configure move-issues bot <https://probot.github.io/apps/move/>.
  • Loading branch information
batpigandme committed May 14, 2018
1 parent 4c2487a commit f96f98e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/move.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Configuration for move-issues bot - https://github.com/dessant/move-issues

# Delete the command comment when it contains no other content
deleteCommand: true

# Close the source issue after moving
closeSourceIssue: true

# Lock the source issue after moving
lockSourceIssue: false

# Mention issue and comment authors
mentionAuthors: true

# Preserve mentions in the issue content
keepContentMentions: true

# Set custom aliases for targets
# aliases:
# r: repo
# or: owner/repo

0 comments on commit f96f98e

Please sign in to comment.