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