From 3357132a978446787e80510567072c4291b86f6b Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 2 Jan 2024 14:01:26 +0000 Subject: [PATCH] chore: Remove settings.yml in favour of hs-github-tools. Centralised settings means we can update them without having to pass all the CI checks of each repo. --- .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 dc3e4b8..0000000 --- a/.github/settings.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -_extends: .github - -repository: - name: hs-toxcore-c - description: Haskell bindings to C toxcore implementation - topics: toxcore - has_issues: true - -branches: - - name: "master" - protection: - required_status_checks: - contexts: - - "bazel-opt" - - "build / stack" - - "checks / check-release" - - "common / buildifier"