Skip to content

Commit 3dae55f

Browse files
committed
chore: Add dependabot and toktok-releaser to trusted authors.
For bots, we need 2 human approvers with write access to the repo. Once 2 humans approved, we trust the bots enough to automerge.
1 parent 24f8f00 commit 3dae55f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub/Tools/AutoMerge.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ trustedAuthors :: [Text]
2626
trustedAuthors =
2727
[ "Green-Sky"
2828
, "JFreegman"
29-
, "TokTok"
29+
, "dependabot[bot]"
3030
, "iphydf"
3131
, "nurupo"
3232
, "robinlinden"
3333
, "sudden6"
34+
, "toktok-releaser"
3435
, "zugz"
3536
]
3637

0 commit comments

Comments
 (0)