Skip to content

Commit ef8d3c9

Browse files
committed
ci: post-release-templates assign PR to user that triggered
1 parent d3232b9 commit ef8d3c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/post-release-templates.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,9 @@ jobs:
9494
commit-message: 'templates: bump templates for ${{ steps.determine_tag.outputs.release_tag }}'
9595
branch: ${{ steps.commit.outputs.branch }}
9696
base: main
97+
assignees: ${{ github.actor }}
9798
title: 'templates: bump for ${{ steps.determine_tag.outputs.release_tag }}'
98-
body: 'Automated bump of templates for ${{ steps.determine_tag.outputs.release_tag }}'
99+
body: |
100+
🤖 Automated bump of templates for ${{ steps.determine_tag.outputs.release_tag }}
101+
102+
Triggered by user: @${{ github.actor }}

0 commit comments

Comments
 (0)