From bd38160e4a626525b8b72f82ea10bc58afd05663 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 ad45770..0000000 --- a/.github/settings.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -_extends: .github - -repository: - name: hs-msgpack-types - description: Abstract data types and type classes for Haskell to MessagePack value converters - topics: msgpack, haskell - has_issues: true - -branches: - - name: "master" - protection: - required_status_checks: - contexts: - - "bazel-opt" - - "build / stack" - - "checks / check-release" - - "common / buildifier"