mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
9b76783281
swc_common: - Merge identical source codes. swc_css_parser: - Deny `clippy::all`. - Fix lints.
16 lines
323 B
TOML
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"]
|