From 6cefbb473633e4c4769653b3349d694b9a7aaa6b 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 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml deleted file mode 100644 index 3c5a985..0000000 --- a/.github/settings.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -_extends: .github - -repository: - name: hs-msgpack-binary - description: Haskell implementation of MessagePack / msgpack.org - homepage: http://msgpack.org/ - topics: msgpack, haskell - has_issues: true - -branches: - - name: "master" - protection: - required_status_checks: - contexts: - - "bazel-opt" - - "build / stack" - - "checks / check-release" - - "common / buildifier"