Skip to content

Commit b43991b

Browse files
committed
cleanup .github folder
1 parent 30aea7d commit b43991b

File tree

4 files changed

+3
-20
lines changed

4 files changed

+3
-20
lines changed

.github/.kodiak.toml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
# version is the only required setting in a kodiak config.
2-
# `1` is the only valid setting for this field.
31
version = 1
42

53
[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.
134
delete_branch_on_merge = true
145

156
[merge.message]
16-
# Use the PR title for the merge commit.
7+
178
title = "pull_request_title"
18-
body = "empty"
9+
body = "pull_request_body"

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ updates:
66
interval: 'daily'
77
time: '06:00'
88
timezone: 'Europe/Berlin'
9-
labels:
10-
- 'dependencies 🤖'
11-
rebase-strategy: disabled
9+
rebase-strategy: disabled

.github/pull_request_review_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ LGTM :+1:
44

55
- [ ] Code is readable
66
- [ ] Test coverage is appropriate
7-
- [ ] CHANGELOG entry is correct
87
- [ ] 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
108
- [ ] I checked newly added dependencies for their licenses
119

1210
[1]: https://drive.google.com/file/d/1fD1ZcsBTywlMVTObTmNLrg55khrYMI_L/view

.github/pull_request_template.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
### [WFE-XXX]
2-
31
### Description
42

53
<!-- Please summarize **all** changes introduced in this PR. Add explanations where needed. -->
@@ -8,5 +6,3 @@
86

97
- [ ] Test coverage added
108
- [ ] Licenses checked
11-
- [ ] All related Jira tickets added to PR title
12-
- [ ] Description in Jira ticket is clear and up-to-date

0 commit comments

Comments
 (0)