diff options
-rw-r--r-- | .github/ff-bot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |