File tree Expand file tree Collapse file tree 6 files changed +8
-25
lines changed Expand file tree Collapse file tree 6 files changed +8
-25
lines changed Original file line number Diff line number Diff line change 1
- # version is the only required setting in a kodiak config.
2
- # `1` is the only valid setting for this field.
3
1
version = 1
4
2
5
3
[merge ]
6
- # By default, Kodiak will only act on PRs that have this label.
7
- automerge_label = " automerge 🚢"
8
- # Kodiak will not merge a PR with any of these labels.
9
- blocking_labels = [" wip" ]
10
- # Once a PR is merged, delete the branch. This option behaves like the GitHub
11
- # repository setting "Automatically delete head branches", which automatically
12
- # deletes head branches after pull requests are merged.
13
4
delete_branch_on_merge = true
14
5
15
6
[merge .message ]
16
- # Use the PR title for the merge commit.
7
+
17
8
title = " pull_request_title"
18
- body = " empty "
9
+ body = " pull_request_body "
Original file line number Diff line number Diff line change 6
6
interval : ' daily'
7
7
time : ' 06:00'
8
8
timezone : ' Europe/Berlin'
9
- labels :
10
- - ' dependencies 🤖'
11
- rebase-strategy : disabled
9
+ rebase-strategy : disabled
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ LGTM :+1:
4
4
5
5
- [ ] Code is readable
6
6
- [ ] Test coverage is appropriate
7
- - [ ] CHANGELOG entry is correct
8
7
- [ ] I manually tested the changes and checked that related features do not have any regressions
9
- - [ ] I confirmed that all specifications linked to the issue are fulfilled
10
8
- [ ] I checked newly added dependencies for their licenses
11
9
12
10
[ 1 ] : https://drive.google.com/file/d/1fD1ZcsBTywlMVTObTmNLrg55khrYMI_L/view
Original file line number Diff line number Diff line change 1
- ### [ WFE-XXX]
2
-
3
1
### Description
4
2
5
3
<!-- Please summarize **all** changes introduced in this PR. Add explanations where needed. -->
8
6
9
7
- [ ] Test coverage added
10
8
- [ ] Licenses checked
11
- - [ ] All related Jira tickets added to PR title
12
- - [ ] Description in Jira ticket is clear and up-to-date
Original file line number Diff line number Diff line change 56
56
"@labforward/eslint-config-node" : " ~0.1.0" ,
57
57
"@types/jest" : " ^29.4.0" ,
58
58
"@types/lodash" : " ^4.14.191" ,
59
- "@types/node" : " ^18.14.1 " ,
59
+ "@types/node" : " ^18.14.2 " ,
60
60
"del-cli" : " ^5.0.0" ,
61
61
"eslint" : " ^8.35.0" ,
62
62
"husky" : " ^8.0.3" ,
Original file line number Diff line number Diff line change 837
837
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
838
838
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
839
839
840
- " @types/node@*" , "@types/node@^18.11.18", "@types/node@^18.14.1 ":
841
- version "18.14.1 "
842
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.1 .tgz#90dad8476f1e42797c49d6f8b69aaf9f876fc69f "
843
- integrity sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ ==
840
+ " @types/node@*" , "@types/node@^18.11.18", "@types/node@^18.14.2 ":
841
+ version "18.14.2 "
842
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2 .tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1 "
843
+ integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA ==
844
844
845
845
" @types/normalize-package-data@^2.4.0 " :
846
846
version "2.4.1"
You can’t perform that action at this time.
0 commit comments