mirror of
https://github.com/danog/code-server.git
synced 2024-12-04 18:49:21 +01:00
13 lines
313 B
YAML
13 lines
313 B
YAML
{
|
|
perform: true,
|
|
commands: [
|
|
{
|
|
type: 'comment',
|
|
name: 'findDuplicates',
|
|
allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'],
|
|
action: 'comment',
|
|
comment: "Potential duplicates:\n${potentialDuplicates}"
|
|
}
|
|
]
|
|
}
|