vscode/.github/commands.yml

14 lines
292 B
YAML
Raw Permalink Normal View History

2020-03-13 23:11:07 +01:00
{
2020-11-24 11:44:18 +01:00
perform: true,
commands:
[
{
type: "comment",
name: "findDuplicates",
allowUsers: ["cleidigh", "usernamehw", "gjsjohnmurray", "IllusionMH"],
action: "comment",
comment: "Potential duplicates:\n${potentialDuplicates}",
},
],
2020-03-13 23:11:07 +01:00
}