Skip to content

Commit e84e90e

Browse files
committed
Send assignee in changelog PR dispatch
Include who published the release so that not everyone in the team gets asked for a review.
1 parent 55c0c40 commit e84e90e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create_release_from_tag.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
--arg category "$CHANGELOG_CATEGORY" \
5252
--arg version "$(echo "${{ env.TAG_NAME }}" | sed 's/^v//')" \
5353
--arg changelog "$(cat CHANGELOG_TEXT.txt)" \
54-
'{ref: "main", inputs: {title: $title, category: $category, version: $version, changelog: $changelog}}')
54+
--arg assignee "${{ github.actor }}" \
55+
'{ref: "main", inputs: {title: $title, category: $category, version: $version, changelog: $changelog, assignee: $assignee}}')
5556
5657
curl -X POST \
5758
-H "Authorization: token ${{ secrets.INTEGRATIONS_CHANGELOG_TOKEN }}" \

0 commit comments

Comments
 (0)