mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user