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

Allow setting environment reviewers using team slugs or usernames #1109

Open
gavinclarkeuk opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@gavinclarkeuk
Copy link

New Feature

Settings app supports setting environment reviewers by specifying the team or user id, however the id's aren't easily accessible through the GitHub UI. It also isn't very intuitive for human reviewers of the settings.yml file.

It would be much clearer to also allow setting environment reviewers by team slug/username. e.g.

environments:
  my-env:
    reviewers:
      - slug: gavinclarkeuk
        type: User
      - slug: @my-org/my-team
        type: Team

(Not sure it the type attribute would be required, or if it could be inferred)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant