From a1de211ade6882f9306dfa56de39823b034014e0 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 24 Jul 2024 09:47:17 +0100 Subject: [PATCH] Add ff-bot configuration --- .github/ff-bot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ff-bot.yml diff --git a/.github/ff-bot.yml b/.github/ff-bot.yml new file mode 100644 index 0000000..ed4f53b --- /dev/null +++ b/.github/ff-bot.yml @@ -0,0 +1,13 @@ +# We have a ff-bot.yml policy file to determine who can use the "/merge" +# command in Pull Requests to run an automated fast-forward merge onto +# main. + +# Users or teams can be specified and when "/merge" is run a permission +# check will be performed against the latest version of the policy on the +# default branch. + +# Find all information at https://github.com/jb3/ff_bot + +users: [] +teams: +- python-discord/sudo-devops