mirror of https://git.tuxpa.in/a/code-server.git
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}"
|
||
|
}
|
||
|
]
|
||
|
}
|