Skip to content

Commit

Permalink
Create move.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Sep 1, 2020
1 parent b0bc30d commit a14edcc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/move.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Configuration for Move Issues - 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: false

# Move labels that also exist on the target repository
moveLabels: false

# Set custom aliases for targets
aliases:
rt: dotnet/runtime

# Repository to extend settings from
# _extends: repo

0 comments on commit a14edcc

Please sign in to comment.