diff options
author | 2024-06-15 23:42:20 +0100 | |
---|---|---|
committer | 2024-06-15 23:44:50 +0100 | |
commit | 6ac751af807a966464e659bc9da32ef132bcbd6d (patch) | |
tree | 83ab899438e580f4a9590a96c08e32acdfb18198 /.github | |
parent | Add ff-bot.yml policy file (diff) |
Add documentation to ff-bot.yml policy file
Diffstat (limited to '.github')
-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 |