swc/.kodiak.toml

16 lines
323 B
TOML
Raw Normal View History

2022-02-08 15:04:28 +03:00
# .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"
require_automerge_label = false
2022-02-08 15:04:28 +03:00
# I want to use auto-merge feature of github
[approve]
auto_approve_usernames = ["kdy1"]