mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-02 18:21:23 +00:00
20 lines
412 B
YAML
20 lines
412 B
YAML
---
|
|
# 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: true
|
|
|
|
# Mention issue and comment authors
|
|
mentionAuthors: true
|
|
|
|
# Preserve mentions in the issue content
|
|
keepContentMentions: false
|
|
|
|
# Set custom aliases for targets
|
|
# aliases:
|
|
# r: repo
|
|
# or: owner/repo
|