From a38ece3f8b831e9f888e85974bf262dbcd66332c Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Fri, 29 May 2026 21:48:25 +0200 Subject: [PATCH] [GHA] Sign off PRs as openHAB bot (#5581) * [GHA] Sign off PRs as openHAB bot Signed-off-by: Holger Friedrich --- .github/workflows/resolver.yml | 4 ++++ .github/workflows/update-maven.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/resolver.yml b/.github/workflows/resolver.yml index 32f57662c..b355d2158 100644 --- a/.github/workflows/resolver.yml +++ b/.github/workflows/resolver.yml @@ -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 + committer: openhab-bot delete-branch: true # labels: infrastructure + signoff: true diff --git a/.github/workflows/update-maven.yml b/.github/workflows/update-maven.yml index c35da3990..d2f389276 100644 --- a/.github/workflows/update-maven.yml +++ b/.github/workflows/update-maven.yml @@ -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 + committer: openhab-bot delete-branch: true labels: infrastructure + signoff: true