Skip to content
New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[v17] Correct the review_requests reference in role template doc #52394

Open
wants to merge 1 commit into
base: branch/v17
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ Function | Description

Access and Reviewer Request specifications do not use the same interpolation
system as logins, labels etc. Instead, you can use the `claims_to_roles` clause
in the `request` and `review` rules to specify one or more patterns to match.
in the `request` and `review_requests` rules to specify one or more patterns to match.

For example, given the following rule template:
For example, given the following rule template for a `request` configuration:

```yaml
kind: role
Expand Down
Loading