swc/.kodiak.toml
Donny/강동윤 9b76783281
refactor(common): Cleanup & rustfmt (#3495)
swc_common:
 - Merge identical source codes.

swc_css_parser:
 - Deny `clippy::all`.
 - Fix lints.
2022-02-09 06:33:32 +00:00

16 lines
323 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"
require_automerge_label = false
# I want to use auto-merge feature of github
[approve]
auto_approve_usernames = ["kdy1"]