From 2a15b89cb766ed5cf65a59eba3d9c6a11acbfe8b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 26 Nov 2025 15:59:52 +0100 Subject: [PATCH] feat: make it transparent who dispatched a workflow update Signed-off-by: Christoph Wurst --- .github/workflows/dispatch-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-workflow.yml b/.github/workflows/dispatch-workflow.yml index af73cca..9c69a35 100644 --- a/.github/workflows/dispatch-workflow.yml +++ b/.github/workflows/dispatch-workflow.yml @@ -86,11 +86,12 @@ jobs: if: steps.check_file_existence.outputs.files_exists == 'true' uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: - body: 'Automated update of the ${{ github.event.inputs.name }} workflow from https://github.com/${{ github.repository }}' + body: 'Automated update of the ${{ github.event.inputs.name }} workflow from https://github.com/${{ github.repository }} triggered by ${{ github.actor }}' branch: 'feat/workflow-auto-update-${{ github.event.inputs.name }}' commit-message: 'ci: update ${{ github.event.inputs.name }} workflow from template' committer: Nextcloud bot author: Nextcloud bot + assignees: ${{ github.actor }} path: target signoff: true title: 'ci: update ${{ github.event.inputs.name }} workflow from template'