Skip to content

Commit

Permalink
Merge pull request #93 from viccuad/main
Browse files Browse the repository at this point in the history
ci: Fix Signed-off-by to match expected one for DCO
  • Loading branch information
viccuad authored Sep 30, 2024
2 parents ad3fbc3 + 62f2aa4 commit 8779599
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 8779599

Please sign in to comment.