14 lines
292 B
YAML
14 lines
292 B
YAML
|
{
|
||
|
perform: true,
|
||
|
commands:
|
||
|
[
|
||
|
{
|
||
|
type: "comment",
|
||
|
name: "findDuplicates",
|
||
|
allowUsers: ["cleidigh", "usernamehw", "gjsjohnmurray", "IllusionMH"],
|
||
|
action: "comment",
|
||
|
comment: "Potential duplicates:\n${potentialDuplicates}",
|
||
|
},
|
||
|
],
|
||
|
}
|