diff --git a/workflow-pr/README.md b/workflow-pr/README.md index 312b43f..7ead764 100644 --- a/workflow-pr/README.md +++ b/workflow-pr/README.md @@ -52,7 +52,7 @@ Config file | *GitProjectName* | Repository and branch where the ProjectGit lives. | no | string | **Format**: `org/project_repo#branch` | By default assumes `_ObsPrj` with default branch in the *Organization* | | *ManualMergeOnly* | Merges are permitted only upon receiving a "merge ok" comment from designated maintainers in the PkgGit PR. | no | bool | true, false | false | | *ManualMergeProject* | Merges are permitted only upon receiving a "merge ok" comment in the ProjectGit PR from project maintainers. | no | bool | true, false | false | -| *ReviewRequired* | (NOT IMPLEMENTED) If submitter is a maintainer, require review from another maintainer if available. | no | bool | true, false | false | +| *ReviewRequired* | If submitter is a maintainer, require review from another maintainer if available. | no | bool | true, false | false | | *NoProjectGitPR* | Do not create PrjGit PR, but still perform other tasks. | no | bool | true, false | false | | *Reviewers* | PrjGit reviewers. Additional review requests are triggered for associated PkgGit PRs. PrjGit PR is merged only when all reviews are complete. | no | array of strings | | `[]` | | *ReviewGroups* | If a group is specified in Reviewers, its members are listed here. | no | array of objects | | `[]` | @@ -160,4 +160,4 @@ Server configuration | Field | Type | Notes | | ----- | ----- | ----- | -| root | Array of string | Format **org/repo\#branch** | \ No newline at end of file +| root | Array of string | Format **org/repo\#branch** |