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’ll 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 · 3 comments
Open

Can I add multiple reviewers ? #150

SanderDevisscher opened this issue Apr 15, 2024 · 3 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/[email protected]
        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
@karl-roberson
Copy link

karl-roberson commented Sep 25, 2024

@ChristophShyper Any chance this is possible?

On a test repo having user-name1,user-name2 worked no issues but using in our actual repo only added user-name2

@karl-roberson
Copy link

@ChristophShyper Any chance this is possible?

On a test repo having user-name1,user-name2 worked no issues but using in our actual repo only added user-name2

I was able to get this to work now. No follow up require for me.

@SanderDevisscher
Copy link
Author

@ChristophShyper Any chance this is possible?
On a test repo having user-name1,user-name2 worked no issues but using in our actual repo only added user-name2

I was able to get this to work now. No follow up require for me.

Can you share how?

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

2 participants