enable buildomat check suites on push and pull request (#709)
This commit is contained in:
parent
3ff2ec1d5f
commit
4fb1586416
|
@ -0,0 +1,22 @@
|
||||||
|
#
|
||||||
|
# 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]",
|
||||||
|
]
|
Loading…
Reference in New Issue