Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I add multiple reviewers ? #150

Open
SanderDevisscher opened this issue Apr 15, 2024 · 0 comments
Open

Can I add multiple reviewers ? #150

SanderDevisscher opened this issue Apr 15, 2024 · 0 comments

Comments

@SanderDevisscher
Copy link

馃摑 Brief description

When I add more than 1 user (see code below) as reviewer the action doesn't add any. I would like to add multiple users to review the pull request.

  • is it possible to add multiple reviewers ?
  • is there a syntax error in my code?
- name: Create pull request
        uses: devops-infra/action-pull-request@v0.4.2
        with:
          github_token: ${{ secrets.AUTOMATISATION }}
          target_branch: uat
          title: "[AUTO] PR title"
          template: path to PR template.md
          reviewer: username1, username2, username3
          label: automated workflow
          get_diff: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant