From 9886e4bfa886a21aff9c99f24b34cda0eaf80a97 Mon Sep 17 00:00:00 2001 From: Jazzband Bot Date: Fri, 11 Jun 2021 23:27:44 +0200 Subject: [PATCH] Update settings.yml --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index f453c54..5d8b90a 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -17,6 +17,6 @@ branches: # Required. Require branches to be up to date before merging. strict: true # Required. The list of status checks to require in order to merge into this branch - contexts: ["test"] + contexts: ["test", "pullapprove"] # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. enforce_admins: null