Add kodiak integration for automatically merge PR
This commit is contained in:
parent
1d0985d14c
commit
78fb2eb21e
2 changed files with 4 additions and 1 deletions
2
.github/workflows/autoprefixer.yml
vendored
2
.github/workflows/autoprefixer.yml
vendored
|
@ -31,5 +31,5 @@ jobs:
|
|||
This PR runs [postcss/autoprefixer](https://github.com/postcss/autoprefixer) to update vendor specific CSS prefixes.
|
||||
|
||||
>This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
|
||||
labels: enhancement
|
||||
labels: "enhancement,automerge"
|
||||
reviewers: hossainemruz
|
||||
|
|
3
.kodiak.toml
Normal file
3
.kodiak.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
# .kodiak.toml
|
||||
# Minimal config. version is the only required field.
|
||||
version = 1
|
Loading…
Add table
Add a link
Reference in a new issue