enable buildomat check suites on push and pull request (#709)

This commit is contained in:
Joshua M. Clulow 2024-02-05 01:16:48 -08:00 committed by GitHub
parent 3ff2ec1d5f
commit 4fb1586416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 0 deletions

22
.github/buildomat/config.toml vendored Normal file
View File

@ -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]",
]