From 6ac751af807a966464e659bc9da32ef132bcbd6d Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 15 Jun 2024 23:42:20 +0100 Subject: Add documentation to ff-bot.yml policy file --- .github/ff-bot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ff-bot.yml b/.github/ff-bot.yml index 8155c79..ed4f53b 100644 --- a/.github/ff-bot.yml +++ b/.github/ff-bot.yml @@ -1,3 +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 -- cgit v1.2.3