Skip to content

Commit

Permalink
ci: Fix Signed-off-by to match expected one for DCO
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Sep 30, 2024
1 parent ad3fbc3 commit 62f2aa4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions updatecli/update_third_party_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ scms:
url: "https://github.com/kubernetes/apimachinery.git"
branch: "{{ .apiServerReleaseBranch }}"
default:
kind: github
spec:
hidecredit: true
user: "{{ .github.author }}"
email: "{{ .github.email }}"
owner: "{{ requiredEnv .github.owner }}"
repository: "cel-policy"
token: "{{ requiredEnv .github.token }}"
username: "{{ requiredEnv .github.user }}"
branch: "main"
commitmessage:
footers: "Signed-off-by: Kubewarden maintainers <cncf-kubewarden-maintainers@cncf-kubewarden-maintainers>"
kind: github
spec:
hidecredit: true
user: "{{ .github.author }}"
email: "{{ .github.email }}"
owner: "{{ requiredEnv .github.owner }}"
repository: "cel-policy"
token: "{{ requiredEnv .github.token }}"
username: "{{ requiredEnv .github.user }}"
branch: "main"
commitmessage:
footers: "Signed-off-by: Kubewarden bot <cncf-kubewarden-maintainers@lists.cncf.io>"

sources:
apiServerVersion:
Expand Down

0 comments on commit 62f2aa4

Please sign in to comment.