File tree Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Expand file tree Collapse file tree 4 files changed +3
-20
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
You can’t perform that action at this time.
0 commit comments