From ce5506487379e897f208b4afed1939449514361d Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Fri, 13 Mar 2020 15:11:07 -0700 Subject: [PATCH] Revert to old bot for find-duplicates. --- .github/commands.json | 12 ------------ .github/commands.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 .github/commands.yml diff --git a/.github/commands.json b/.github/commands.json index 43c602207cf..10d2daa7da4 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -115,18 +115,6 @@ "addLabel": "confirmation-pending", "removeLabel": "confirmed" }, - { - "type": "comment", - "name": "findDuplicates", - "allowUsers": [ - "cleidigh", - "usernamehw", - "gjsjohnmurray", - "IllusionMH" - ], - "action": "comment", - "comment": "Potential duplicates:\n${potentialDuplicates}" - }, { "type": "comment", "name": "needsMoreInfo", diff --git a/.github/commands.yml b/.github/commands.yml new file mode 100644 index 00000000000..64fdf683bfe --- /dev/null +++ b/.github/commands.yml @@ -0,0 +1,12 @@ +{ + perform: true, + commands: [ + { + type: 'comment', + name: 'findDuplicates', + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], + action: 'comment', + comment: "Potential duplicates:\n${potentialDuplicates}" + } + ] +}