23 lines
526 B
TOML
23 lines
526 B
TOML
#
|
|
# This file, with this flag, must be present in the default branch in order for
|
|
# the buildomat integration to create check suites.
|
|
#
|
|
enable = true
|
|
|
|
#
|
|
# Require approval for pull requests made by users outside our organisation.
|
|
#
|
|
org_only = true
|
|
|
|
#
|
|
# We accept pull requests from several automated services that are outside the
|
|
# organisation. Allow jobs from those sources to proceed without manual
|
|
# approval:
|
|
#
|
|
allow_users = [
|
|
"dependabot[bot]",
|
|
"oxide-reflector-bot[bot]",
|
|
"oxide-renovate[bot]",
|
|
"renovate[bot]",
|
|
]
|