diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-17 21:07:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-17 21:07:50 +0000 |
commit | 360ee1db0bf3bba2fc7aad7f230ec80829561227 (patch) | |
tree | ca7484ad394da3eb719c8070857e6f20eb1d9f51 /doc/user/compliance | |
parent | ec76d14980534d45d25ef65134a756c733fe4877 (diff) | |
download | gitlab-ce-360ee1db0bf3bba2fc7aad7f230ec80829561227.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/compliance')
-rw-r--r-- | doc/user/compliance/license_approval_policies.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/user/compliance/license_approval_policies.md b/doc/user/compliance/license_approval_policies.md index 32c90a1d317..3e43869aabd 100644 --- a/doc/user/compliance/license_approval_policies.md +++ b/doc/user/compliance/license_approval_policies.md @@ -9,7 +9,14 @@ info: To determine the technical writer assigned to the Stage/Group associated w > [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/8092) in GitLab 15.9 [with a flag](../../administration/feature_flags.md) named `license_scanning_policies`. Disabled by default. -License Approval Policies allow you to specify multiple types of criteria that define when approval is required before a merge request can be merged in. +License Approval Policies allow you to specify multiple types of criteria that define when approval is required before a merge request can be merged in. The following video provides an overview of these policies. + +<div class="video-fallback"> + See the video: <a href="https://www.youtube.com/watch?v=34qBQ9t8qO8">Overview of GitLab License Approval Policies</a>. +</div> +<figure class="video-container"> + <iframe src="https://www.youtube-nocookie.com/embed/34qBQ9t8qO8" frameborder="0" allowfullscreen> </iframe> +</figure> ## Create a new license approval policy |