From 6767ce20054ff4d81fb7b521aadce609fc973d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Fri, 4 Aug 2023 00:54:39 +0200 Subject: [PATCH] chor: update branch protection settings --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index f6e2e7c2e9..336df31cfd 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -183,7 +183,7 @@ 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: ["static-analysis", "test (1.x, ubuntu-latest)"] + contexts: ["static-analysis", "Main pipeline / test (1.x, ubuntu-latest)"] # 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: false # Prevent merge commits from being pushed to matching branches