blob: ed4f53b8dadb3faea66da68b53bfd1348d6cfd67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
|