Skip to content

Commit b489010

Browse files
committed
Update prow jobs, PR template and OWNERS
Signed-off-by: Marvin Beckers <[email protected]>
1 parent a43d6e3 commit b489010

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@ Please copy the appropriate `:text:` or icon to the beginning of your PR title:
1919
## Related issue(s)
2020

2121
Fixes #
22+
23+
## Release Notes
24+
25+
<!--
26+
Please add a release note using the following format:
27+
28+
```release-note
29+
<description of change>
30+
```
31+
-->
32+
33+
```release-note
34+
NONE
35+
```

.prow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presubmits:
77
preset-goproxy: "true"
88
spec:
99
containers:
10-
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
10+
- image: ghcr.io/kcp-dev/infra/build:1.20.13-1
1111
command:
1212
- make
1313
- verify-codegen
@@ -21,7 +21,7 @@ presubmits:
2121
preset-goproxy: "true"
2222
spec:
2323
containers:
24-
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
24+
- image: ghcr.io/kcp-dev/infra/build:1.20.13-1
2525
command:
2626
- make
2727
- lint
@@ -34,7 +34,7 @@ presubmits:
3434
preset-goproxy: "true"
3535
spec:
3636
containers:
37-
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
37+
- image: ghcr.io/kcp-dev/infra/build:1.20.13-1
3838
command:
3939
- make
4040
- test

OWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
approvers:
2-
- ncdc
3-
- stevekuznetsov
4-
- fabianvf
5-
- varshaprasad96
6-
- njhale
7-
- sttts
2+
- clubanderson
3+
- scheeles
4+
- sttts
5+
- xrstf
6+
- mjudeikis
7+
- embik

0 commit comments

Comments
 (0)