Skip to content

Commit

Permalink
fix: Signed-off-by trailer in commits from automation. (#89)
Browse files Browse the repository at this point in the history
Updates the updatecli script to add the git trailer "Signed-off-by".
This is required by the DCO bot and the CI will not run if the commits
are not signed.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz authored Sep 24, 2024
1 parent ce9d6dd commit 04c00b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions updatecli/update_third_party_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ scms:
token: "{{ requiredEnv .github.token }}"
username: "{{ requiredEnv .github.user }}"
branch: "main"
commitmessage:
footers: "Signed-off-by: Kubewarden maintainers <cncf-kubewarden-maintainers@cncf-kubewarden-maintainers>"

sources:
apiServerVersion:
Expand Down

0 comments on commit 04c00b0

Please sign in to comment.