From ef4fee6b5570f7bd44109e5f050de60b647007f3 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 23 Jun 2025 13:43:43 +0100 Subject: [PATCH] Add a config to try to deliberately poison a pointless and harmful bot * The author of the bot is unwilling to help with reducing the spam it generates. --- .github/pull.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull.yml diff --git a/.github/pull.yml b/.github/pull.yml new file mode 100644 index 000000000..37665e5d2 --- /dev/null +++ b/.github/pull.yml @@ -0,0 +1,5 @@ +version: "1" +rules: + - base: invalid-branch-to-block-bot + upstream: do-not-use-this-pointless-bot + mergeMethod: hardreset