From 71597fd660c5b24c1ed63438f852f6f6407cf1d0 Mon Sep 17 00:00:00 2001 From: Kara Brightwell Date: Mon, 15 Jul 2024 18:29:14 +0100 Subject: [PATCH] backstage: remove .github/settings.yml this controls the Probot Settings app, which we're phasing out in Customer Products --- .github/settings.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml deleted file mode 100644 index 8c0a694d2..000000000 --- a/.github/settings.yml +++ /dev/null @@ -1,17 +0,0 @@ -_extends: github-apps-config-next -branches: - - name: main - protection: - required_pull_request_reviews: - required_approving_review_count: 1 - dismiss_stale_reviews: true - require_code_owner_reviews: false - required_status_checks: - strict: true - contexts: - - 'ci/circleci: test-v14.19' - - 'ci/circleci: test-v16.14' - enforce_admins: true - restrictions: - users: [] - teams: []