We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3232b9 commit ef8d3c9Copy full SHA for ef8d3c9
.github/workflows/post-release-templates.yml
@@ -94,5 +94,9 @@ jobs:
94
commit-message: 'templates: bump templates for ${{ steps.determine_tag.outputs.release_tag }}'
95
branch: ${{ steps.commit.outputs.branch }}
96
base: main
97
+ assignees: ${{ github.actor }}
98
title: 'templates: bump for ${{ steps.determine_tag.outputs.release_tag }}'
- 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