Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/protected_branch_push_access_levels.yml')
-rw-r--r--db/docs/protected_branch_push_access_levels.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/db/docs/protected_branch_push_access_levels.yml b/db/docs/protected_branch_push_access_levels.yml
new file mode 100644
index 00000000000..58010735b0f
--- /dev/null
+++ b/db/docs/protected_branch_push_access_levels.yml
@@ -0,0 +1,9 @@
+---
+table_name: protected_branch_push_access_levels
+classes:
+- ProtectedBranch::PushAccessLevel
+feature_categories:
+- source_code_management
+description: TODO
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/5081
+milestone: '8.11'