Skip to content

Commit

Permalink
ci: post-release-templates assign PR to user that triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Dec 5, 2024
1 parent d3232b9 commit ef8d3c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/post-release-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ef8d3c9

Please sign in to comment.