diff --git a/.github/commands.yml b/.github/commands.yml deleted file mode 100644 index 5073658e526..00000000000 --- a/.github/commands.yml +++ /dev/null @@ -1,13 +0,0 @@ -{ - perform: true, - commands: - [ - { - type: "comment", - name: "findDuplicates", - allowUsers: ["cleidigh", "usernamehw", "gjsjohnmurray", "IllusionMH"], - action: "comment", - comment: "Potential duplicates:\n${potentialDuplicates}", - }, - ], -}