Skip to content

Commit efd799e

Browse files
chore: merge updated from Nextcloud organization
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 parents 3262e1b + 92d1ae3 commit efd799e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/dispatch-workflow-repo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@ jobs:
6969
- name: Create Pull Request
7070
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
7171
with:
72-
body: 'Automated update of all workflow templates from https://github.com/${{ github.repository }}'
72+
body: 'Automated update of all workflow templates from https://github.com/${{ github.repository }} triggered by ${{ github.actor }}'
7373
branch: 'feat/workflow-auto-update-all-templates-${{ github.event.inputs.branch }}'
7474
commit-message: 'ci: update all workflow templates from organization template repository'
7575
committer: Nextcloud bot <bot@nextcloud.com>
7676
author: Nextcloud bot <bot@nextcloud.com>
77+
assignees: ${{ github.actor }}
7778
path: target
7879
signoff: true
7980
title: '[${{ github.event.inputs.branch }}] ci: update all workflow templates from organization template repository'

.github/workflows/dispatch-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ jobs:
8686
if: steps.check_file_existence.outputs.files_exists == 'true'
8787
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
8888
with:
89-
body: 'Automated update of the ${{ github.event.inputs.name }} workflow from https://github.com/${{ github.repository }}'
89+
body: 'Automated update of the ${{ github.event.inputs.name }} workflow from https://github.com/${{ github.repository }} triggered by ${{ github.actor }}'
9090
branch: 'feat/workflow-auto-update-${{ github.event.inputs.name }}'
9191
commit-message: 'ci: update ${{ github.event.inputs.name }} workflow from template'
9292
committer: Nextcloud bot <bot@nextcloud.com>
9393
author: Nextcloud bot <bot@nextcloud.com>
94+
assignees: ${{ github.actor }}
9495
path: target
9596
signoff: true
9697
title: 'ci: update ${{ github.event.inputs.name }} workflow from template'

workflow-templates/update-stable-titles.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: sleep 15
2525

2626
- name: Get PR details and update title
27+
# Renovate already have target branch in the title
28+
if: github.event.pull_request.user.login != 'renovate[bot]'
2729
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2830
with:
2931
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)