Skip to content

Commit

Permalink
Send assignee in changelog PR dispatch
Browse files Browse the repository at this point in the history
Include who published the release so that not everyone in the team gets
asked for a review.
  • Loading branch information
tombruijn committed Jun 12, 2024
1 parent 55c0c40 commit e84e90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_release_from_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
--arg category "$CHANGELOG_CATEGORY" \
--arg version "$(echo "${{ env.TAG_NAME }}" | sed 's/^v//')" \
--arg changelog "$(cat CHANGELOG_TEXT.txt)" \
'{ref: "main", inputs: {title: $title, category: $category, version: $version, changelog: $changelog}}')
--arg assignee "${{ github.actor }}" \
'{ref: "main", inputs: {title: $title, category: $category, version: $version, changelog: $changelog, assignee: $assignee}}')
curl -X POST \
-H "Authorization: token ${{ secrets.INTEGRATIONS_CHANGELOG_TOKEN }}" \
Expand Down

0 comments on commit e84e90e

Please sign in to comment.