Skip to content

Commit

Permalink
Configure commit author, signing and signoff
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Schwarze <[email protected]>
  • Loading branch information
SaschaSchwarze0 committed Oct 27, 2024
1 parent a2b53df commit 144976b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/check-latest-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@ jobs:
- name: Create pull request
uses: peter-evans/create-pull-request@v7
with:
# Branch details:
branch: ${{ matrix.image }}
delete-branch: true

# Commit details
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit-message: Bump ${{ matrix.image }} from ${{ steps.image-diff.outputs.FROM }} to ${{ steps.image-diff.outputs.TO }}
sign-commits: true
signoff: true

# PR details
title: Bump ${{ matrix.image }} from ${{ steps.image-diff.outputs.FROM }} to ${{ steps.image-diff.outputs.TO }}
body: |
# Changes
Expand All @@ -51,5 +61,3 @@ jobs:
NONE
```
labels: kind/dependency-change
branch: ${{ matrix.image }}
delete-branch: true

0 comments on commit 144976b

Please sign in to comment.