move.yml 611 B

12345678910111213141516171819202122232425262728
  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: false
  12. # Move labels that also exist on the target repository
  13. moveLabels: true
  14. # Set custom aliases for targets
  15. # aliases:
  16. # r: repo
  17. # or: owner/repo
  18. # Repository to extend settings from
  19. # _extends: repo