Skip to content

Commit e2af19b

Browse files
committed
fix: Trust "TokTok" as a branch origin.
prUser is actually the owner of the branch, not the committer.
1 parent 71820fc commit e2af19b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

admin/repos.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ _common:
272272
- "common / restyled"
273273
- "release / update_release_draft"
274274

275-
btox:
275+
bTox:
276276
editRepo:
277277
<<: *editRepo
278-
name: btox
278+
name: bTox
279279
description: Official TokTok mobile Tox client
280280
homepage: https://tox.chat/
281281
topics: toxcore, network, p2p, security, encryption, cryptography, android, ios, web
@@ -426,9 +426,9 @@ c-toxcore:
426426
- "build-macos"
427427
- "checks / check-release"
428428
- "ci/circleci: bazel-asan"
429-
- "ci/circleci: bazel-dbg"
429+
- "ci/circleci: bazel-debug"
430430
- "ci/circleci: bazel-msan"
431-
- "ci/circleci: bazel-opt"
431+
- "ci/circleci: bazel-release"
432432
- "ci/circleci: cimplefmt"
433433
- "ci/circleci: clang-analyze"
434434
- "ci/circleci: cpplint"

src/GitHub/Tools/AutoMerge.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ trustedAuthors :: [Text]
2727
trustedAuthors =
2828
[ "Green-Sky"
2929
, "JFreegman"
30+
, "TokTok"
3031
, "dependabot[bot]"
3132
, "iphydf"
3233
, "nurupo"
3334
, "robinlinden"
3435
, "sudden6"
35-
, "toktok-releaser"
3636
, "zugz"
3737
]
3838

0 commit comments

Comments
 (0)