mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 15:25:01 +03:00
15 lines
290 B
TOML
15 lines
290 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]
|
|
require_automerge_label = true
|
|
|
|
# I want to use auto-merge feature of github
|
|
[approve]
|
|
auto_approve_usernames = ["kdy1"]
|