forked from firebase/flutterfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure GitHub move app (firebase#1851)
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 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: true |