From 4a0945ae72c6699f90527d3f20c701f7662a2475 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 26 Nov 2025 16:39:37 +0100 Subject: [PATCH] feat: make it transparent who dispatched a repo workflow update Signed-off-by: Christoph Wurst --- .github/workflows/dispatch-workflow-repo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-workflow-repo.yml b/.github/workflows/dispatch-workflow-repo.yml index 8269d1f..66bcac8 100644 --- a/.github/workflows/dispatch-workflow-repo.yml +++ b/.github/workflows/dispatch-workflow-repo.yml @@ -69,11 +69,12 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: - body: 'Automated update of all workflow templates from https://github.com/${{ github.repository }}' + body: 'Automated update of all workflow templates from https://github.com/${{ github.repository }} triggered by ${{ github.actor }}' branch: 'feat/workflow-auto-update-all-templates-${{ github.event.inputs.branch }}' commit-message: 'ci: update all workflow templates from organization template repository' committer: Nextcloud bot author: Nextcloud bot + assignees: ${{ github.actor }} path: target signoff: true title: '[${{ github.event.inputs.branch }}] ci: update all workflow templates from organization template repository'