From 958bcc0e643637bee7a095bfcf9a95c5f0bf83fc Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Tue, 10 Dec 2024 11:05:54 +0100 Subject: [PATCH] Remove obsolete config --- .github/commands.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/commands.yml 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}", - }, - ], -}