Skip to content

Commit

Permalink
Merge pull request #43 from wp-cli/add-probot-move-support
Browse files Browse the repository at this point in the history
Add support for Probot `move` command
  • Loading branch information
danielbachhuber authored Oct 24, 2018
2 parents bc26eb3 + 3beac7f commit 1de5709
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/move.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Configuration for move-issues - https://github.com/dessant/move-issues

# Repository to extend settings from
_extends: wp-cli/wp-cli

# 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

0 comments on commit 1de5709

Please sign in to comment.