Skip to content

Commit

Permalink
chore: Add new haskell repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 29, 2024
1 parent 7b47f13 commit ecb68e9
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions admin/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,31 @@ hs-github-tools:
- "common / buildifier"
- "checks / check-release"

hs-happy-arbitrary:
editRepo:
<<: *editRepo
name: hs-happy-arbitrary
description: Token list generator for arbitrary Happy grammars.
topics: grammar, parsers

labels: *labels
branches:
"master":
<<: *branchProtection
required_status_checks:
strict: true
contexts:
# Common
- "Hound"
- "Mergeable"
- "Milestone Check"
- "WIP"
- "code-review/reviewable"
- "restyled"
# Custom
- "bazel-opt"
- "build / stack"

hs-msgpack-arbitrary:
editRepo:
<<: *editRepo
Expand Down Expand Up @@ -585,6 +610,31 @@ hs-msgpack-binary:
- "checks / check-release"
- "common / buildifier"

hs-msgpack-json:
editRepo:
<<: *editRepo
name: hs-msgpack-json
description: Aeson adapter for msgpack-types.
topics: json, msgpack

labels: *labels
branches:
"master":
<<: *branchProtection
required_status_checks:
strict: true
contexts:
# Common
- "Hound"
- "Mergeable"
- "Milestone Check"
- "WIP"
- "code-review/reviewable"
- "restyled"
# Custom
- "bazel-opt"
- "build / stack"

hs-msgpack-rpc-conduit:
editRepo:
<<: *editRepo
Expand Down

0 comments on commit ecb68e9

Please sign in to comment.