From cdf846405eed5680c1da1e7bc7b6a8561c31d6d4 Mon Sep 17 00:00:00 2001 From: Kara Brightwell Date: Mon, 15 Jul 2024 18:29:15 +0100 Subject: [PATCH] build: remove .github/settings.yml this controls the Probot Settings app, which we're phasing out in Customer Products --- .github/settings.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml deleted file mode 100644 index 3bf01b13..00000000 --- a/.github/settings.yml +++ /dev/null @@ -1,18 +0,0 @@ -# See https://github.com/Financial-Times/github-apps-config-next for details -_extends: github-apps-config-next - -repository: - - # Only allow rebase merges - allow_squash_merge: false - allow_merge_commit: false - allow_rebase_merge: true - - # Disable GitHub features we don't need - has_projects: false - has_wiki: false - has_downloads: false - - # Branching behaviour - default_branch: main - delete_branch_on_merge: true