ci: post-release-templates assign PR to user that triggered

This commit is contained in:
Elliot DeNolf
2024-12-05 16:34:54 -05:00
parent d3232b947d
commit ef8d3c9bf4

View File

@@ -94,5 +94,9 @@ jobs:
commit-message: 'templates: bump templates for ${{ steps.determine_tag.outputs.release_tag }}'
branch: ${{ steps.commit.outputs.branch }}
base: main
assignees: ${{ github.actor }}
title: 'templates: bump for ${{ steps.determine_tag.outputs.release_tag }}'
body: 'Automated bump of templates for ${{ steps.determine_tag.outputs.release_tag }}'
body: |
🤖 Automated bump of templates for ${{ steps.determine_tag.outputs.release_tag }}
Triggered by user: @${{ github.actor }}