Skip to content

Commit e4750a9

Browse files
[GHA] Sign off PRs as openHAB bot
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 9be5f66 commit e4750a9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/resolver.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
with:
5858
commit-message: "Resolve itest dependencies"
5959
title: "Resolve itest dependencies"
60+
body: "PR created by workflow run (resolver.yml)\n\nCI is disabled per default for PRs created by workflow runs. After reviewing the changes, use Close and Repoen to run the CI."
6061
branch: "gha/resolver/${{ github.ref_name }}"
62+
author: openhab-bot <bot@openhab.org>
63+
committer: openhab-bot <bot@openhab.org>
6164
delete-branch: true
6265
# labels: infrastructure
66+
signoff: true

.github/workflows/update-maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
with:
7979
commit-message: "Update maven wrapper to ${{ steps.maven.outputs.version }}"
8080
title: "Update Maven Wrapper to ${{ steps.maven.outputs.version }}"
81+
body: "PR created by workflow run (update-maven.yml)\n\nCI is disabled per default for PRs created by workflow runs. After reviewing the changes, use Close and Repoen to run the CI."
8182
branch: gha/update-maven-wrapper
83+
author: openhab-bot <bot@openhab.org>
84+
committer: openhab-bot <bot@openhab.org>
8285
delete-branch: true
8386
labels: infrastructure
87+
signoff: true

0 commit comments

Comments
 (0)