Skip to content

Commit

Permalink
Add move-issues bot config 🤖
Browse files Browse the repository at this point in the history
Add move-issues bot config 🤖
  • Loading branch information
batpigandme committed May 24, 2018
2 parents aeb77f7 + 8df6add commit cbdd14e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
^LICENSE\.md$
^appveyor\.yml$
^CRAN-RELEASE$
^\.github$
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 cbdd14e

Please sign in to comment.