Skip to content

Commit

Permalink
fix(pr): fix the pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelAlphonso committed Jun 6, 2022
1 parent 749cb98 commit eb0ac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pr_body: |
# Merge ${{ steps.extract_branch.outputs.branch }} into ${{ github.event.inputs.base }} \
${{ steps.extract_changelog.outputs.changelog }}
pr_reviewer: Reviewers # Comma-separated list (no spaces)
pr_reviewer: @locomotive-charcoal/reviewers # Comma-separated list (no spaces)
pr_assignee: ${{ github.event.pusher.name }} # Comma-separated list (no spaces)
pr_label: release,automatic-pr # Comma-separated list (no spaces)
pr_draft: false # Creates pull request as draft
Expand Down

0 comments on commit eb0ac25

Please sign in to comment.