swc/.kodiak.toml
2022-02-08 21:04:28 +09:00

15 lines
291 B
TOML

# .kodiak.toml
version = 1
# We can't use automerge because of version bumping.
# But to make merging faster, we auto-update PRs.
[merge]
do_not_merge = true
[update]
autoupdate_label = "S-approved"
# I want to use auto-merge feature of github
[approve]
auto_approve_usernames = ["kdy1"]