File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments