From e6dc5ee6aff4e0448a2d5f953020675632eb4bae Mon Sep 17 00:00:00 2001 From: Henri Yandell <477715+hyandell@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:30:08 -0700 Subject: [PATCH] non-author -> non-author human Per #392 Signed-off-by: Henri Yandell <477715+hyandell@users.noreply.github.com> --- baseline/OSPS-QA.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/baseline/OSPS-QA.yaml b/baseline/OSPS-QA.yaml index 2785b13..12e2199 100644 --- a/baseline/OSPS-QA.yaml +++ b/baseline/OSPS-QA.yaml @@ -502,10 +502,10 @@ controls: - id: OSPS-QA-07 title: | The project's version control system MUST require at least one - non-author approval of changes to the primary branch. + non-author human approval of changes to the primary branch. objective: | Ensure that the project's version control system requires at least one - non-author approval of changes before merging into the release or primary + non-author human approval of changes before merging into the release or primary branch. guideline-mappings: - reference-id: BPB @@ -535,13 +535,13 @@ controls: - id: OSPS-QA-07.01 text: | When a commit is made to the primary branch, the project's version - control system MUST require at least one non-author approval of the + control system MUST require at least one non-author human approval of the changes before merging. applicability: - Maturity Level 3 recommendation: | Configure the project's version control system to require at least one - non-author approval of changes before merging into the release or + non-author human approval of changes before merging into the release or primary branch. This can be achieved by requiring a pull request to be reviewed and approved by at least one other collaborator before it can be merged.