9aa50fb9fc
We're already using the stale bot which seems to work quite well for us. Let's also add: - [No Response](https://probot.github.io/apps/no-response/) (replacing [github-snooze-button](https://github.com/tdsmith/github-snooze-button)) - [Move Issues](https://probot.github.io/apps/move/) - [Support Requests](https://probot.github.io/apps/support/) - [Lock Threads](https://probot.github.io/apps/lock/)
15 lines
485 B
YAML
15 lines
485 B
YAML
# Configuration for move-issues - https://github.com/dessant/move-issues
|
|
|
|
# Delete the command comment. Ignored when the comment also contains other content
|
|
deleteCommand: true
|
|
# Close the source issue after moving
|
|
closeSourceIssue: true
|
|
# Lock the source issue after moving
|
|
lockSourceIssue: true
|
|
# Mention issue and comment authors
|
|
mentionAuthors: true
|
|
# Preserve mentions in the issue content
|
|
keepContentMentions: true
|
|
# Set custom aliases for targets
|
|
aliases:
|
|
brew: Homebrew/brew
|