From db81508c423d99ed334b22fb53163c5897662916 Mon Sep 17 00:00:00 2001 From: Patrick Roddy Date: Fri, 20 Oct 2023 18:12:53 +0100 Subject: [PATCH] Remove enforcing linting status check (#4) @p-j-smith expressed concern about this in https://github.com/UCL-MIRSG/.github/pull/47#pullrequestreview-1689938011 Turns out this is what happens for a repo that doesn't have the status check, so probably makes sense to remove ![image](https://github.com/UCL-MIRSG/admin/assets/15052188/9141141f-fb31-438a-9641-64a59daf6bfb) --- .github/settings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 4d4a77a..1d6131a 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -126,8 +126,7 @@ branches: teams: [] required_status_checks: strict: true - contexts: - - linting + contexts: [] enforce_admins: true restrictions: apps: []