Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions admin/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ _common:
- "common / restyled"
- "release / update_release_draft"

btox:
bTox:
editRepo:
<<: *editRepo
name: btox
name: bTox
description: Official TokTok mobile Tox client
homepage: https://tox.chat/
topics: toxcore, network, p2p, security, encryption, cryptography, android, ios, web
Expand Down Expand Up @@ -426,9 +426,9 @@ c-toxcore:
- "build-macos"
- "checks / check-release"
- "ci/circleci: bazel-asan"
- "ci/circleci: bazel-dbg"
- "ci/circleci: bazel-debug"
- "ci/circleci: bazel-msan"
- "ci/circleci: bazel-opt"
- "ci/circleci: bazel-release"
- "ci/circleci: cimplefmt"
- "ci/circleci: clang-analyze"
- "ci/circleci: cpplint"
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Tools/AutoMerge.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, trustedAuthors
) where

import Control.Monad (unless)

Check warning on line 9 in src/GitHub/Tools/AutoMerge.hs

View workflow job for this annotation

GitHub Actions / publish / Publish to Hackage

The import of ‘Control.Monad’ is redundant
import qualified Data.ByteString.Char8 as BS8
import Data.Text (Text)
import qualified Data.Text as Text
Expand All @@ -27,12 +27,12 @@
trustedAuthors =
[ "Green-Sky"
, "JFreegman"
, "TokTok"
, "dependabot[bot]"
, "iphydf"
, "nurupo"
, "robinlinden"
, "sudden6"
, "toktok-releaser"
, "zugz"
]

Expand Down
Loading