[GHA] Sign off PRs as openHAB bot (#5581)

* [GHA] Sign off PRs as openHAB bot

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-05-29 21:48:25 +02:00
committed by GitHub
parent 1132515ae4
commit a38ece3f8b
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -57,6 +57,10 @@ jobs:
with:
commit-message: "Resolve itest dependencies"
title: "Resolve itest dependencies"
body: "PR created by workflow run (resolver.yml)\n\nCI is disabled by default for PRs created by workflow runs. After reviewing the changes, use Close and Reopen to run the CI."
branch: "gha/resolver/${{ github.ref_name }}"
author: openhab-bot <bot@openhab.org>
committer: openhab-bot <bot@openhab.org>
delete-branch: true
# labels: infrastructure
signoff: true
+4
View File
@@ -78,6 +78,10 @@ jobs:
with:
commit-message: "Update maven wrapper to ${{ steps.maven.outputs.version }}"
title: "Update Maven Wrapper to ${{ steps.maven.outputs.version }}"
body: "PR created by workflow run (update-maven.yml)\n\nCI is disabled by default for PRs created by workflow runs. After reviewing the changes, use Close and Reopen to run the CI."
branch: gha/update-maven-wrapper
author: openhab-bot <bot@openhab.org>
committer: openhab-bot <bot@openhab.org>
delete-branch: true
labels: infrastructure
signoff: true