Skip to content

Commit b75ac10

Browse files
committed
.github: sign off commits produced by automation
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent 05cb803 commit b75ac10

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/cacerts-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ jobs:
6666
title: Update ca-certificates in ${{ steps.figure-out-branch.outputs.BRANCH }} from ${{ steps.apply-patch.outputs.VERSION_OLD }} to ${{ steps.nss-latest-release.outputs.NSS_VERSION }}
6767
body: Subject says it all.
6868
labels: ${{ steps.figure-out-branch.outputs.LABEL }}
69+
signoff: true

.github/workflows/firmware-release-main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ jobs:
4545
title: Upgrade Linux Firmware in main from ${{ steps.apply-patch-main.outputs.VERSION_OLD }} to ${{ steps.firmware-latest-release.outputs.VERSION_NEW }}
4646
body: Subject says it all.
4747
labels: main
48+
signoff: true

.github/workflows/kernel-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ jobs:
6767
title: Upgrade Linux Kernel for ${{ steps.figure-out-branch.outputs.BRANCH }} from ${{ steps.apply-patch.outputs.VERSION_OLD }} to ${{ steps.kernel-latest-release.outputs.KERNEL_VERSION }}
6868
body: Subject says it all.
6969
labels: ${{ steps.figure-out-branch.outputs.LABEL }}
70+
signoff: true

.github/workflows/mantle-releases-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ jobs:
7979
title: Upgrade mantle container image to latest HEAD in ${{ steps.figure-out-branch.outputs.BRANCH }}
8080
commit-message: Update mantle container image to latest HEAD
8181
delete-branch: true
82+
signoff: true

.github/workflows/update-metadata-glsa.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
commit-message: "portage-stable/metadata: Monthly GLSA metadata updates"
3434
author: Flatcar Buildbot <[email protected]>
3535
labels: main
36+
signoff: true

.github/workflows/vmware-release-main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ jobs:
4848
title: Upgrade open-vm-tools in main from ${{ steps.apply-patch-main.outputs.VERSION_OLD }} to ${{ steps.openvmtools-latest-release.outputs.VERSION_NEW }}
4949
body: Subject says it all.
5050
labels: main
51+
signoff: true

0 commit comments

Comments
 (0)