move.yml 536 B

123456789101112131415161718192021222324
  1. # Configuration for move-issues - https://github.com/dessant/move-issues
  2. # Delete the command comment when it contains no other content
  3. deleteCommand: true
  4. # Close the source issue after moving
  5. closeSourceIssue: true
  6. # Lock the source issue after moving
  7. lockSourceIssue: false
  8. # Mention issue and comment authors
  9. mentionAuthors: true
  10. # Preserve mentions in the issue content
  11. keepContentMentions: true
  12. # Set custom aliases for targets
  13. # aliases:
  14. # r: repo
  15. # or: owner/repo
  16. # Repository to extend settings from
  17. # _extends: repo