1 parent 9be5f66 commit e86c388Copy full SHA for e86c388
2 files changed
.github/workflows/resolver.yml
@@ -58,5 +58,8 @@ jobs:
58
commit-message: "Resolve itest dependencies"
59
title: "Resolve itest dependencies"
60
branch: "gha/resolver/${{ github.ref_name }}"
61
+ author: openhab-bot <bot@openhab.org>
62
+ committer: openhab-bot <bot@openhab.org>
63
delete-branch: true
64
# labels: infrastructure
65
+ signoff: true
.github/workflows/update-maven.yml
@@ -79,5 +79,8 @@ jobs:
79
commit-message: "Update maven wrapper to ${{ steps.maven.outputs.version }}"
80
title: "Update Maven Wrapper to ${{ steps.maven.outputs.version }}"
81
branch: gha/update-maven-wrapper
82
83
84
85
labels: infrastructure
86
0 commit comments