diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-29 21:07:45 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-29 21:07:45 +0000 |
commit | 8308674afc1f8636bcd2017e1573292d1500af9d (patch) | |
tree | b77fe5dd1a1fe7f6193d010a6deffc21593196f7 /data/deprecations | |
parent | 7fe1490a589010205896293ec225dfcc88676a9e (diff) | |
download | gitlab-ce-8308674afc1f8636bcd2017e1573292d1500af9d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/deprecations')
-rw-r--r-- | data/deprecations/14-8-remove_ff_push_rules_supersede_code_owners.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/deprecations/14-8-remove_ff_push_rules_supersede_code_owners.yml b/data/deprecations/14-8-remove_ff_push_rules_supersede_code_owners.yml index daffe46ee47..24e192e7f33 100644 --- a/data/deprecations/14-8-remove_ff_push_rules_supersede_code_owners.yml +++ b/data/deprecations/14-8-remove_ff_push_rules_supersede_code_owners.yml @@ -6,7 +6,7 @@ breaking_change: true # If this deprecation is a breaking change, set this value to true reporter: sarahwaldner # GitLab username of the person reporting the deprecation body: | # Do not modify this line, instead modify the lines below. - The feature flag `PUSH_RULES_SUPERSEDE_CODE_OWNERS` is being removed in GitLab 15.0. Upon its removal, push rules will supersede CODEOWNERS. The CODEOWNERS feature will no longer be available for access control. + The feature flag `PUSH_RULES_SUPERSEDE_CODE_OWNERS` is being removed in GitLab 15.0. Upon its removal, push rules will supersede Code Owners. Even if Code Owner approval is required, a push rule that explicitly allows a specific user to push code supersedes the Code Owners setting. # The following items are not published on the docs page, but may be used in the future. stage: create # (optional - may be required in the future) String value of the stage that the feature was created in. e.g., Growth tiers: # (optional - may be required in the future) An array of tiers that the feature is available in currently. e.g., [Free, Silver, Gold, Core, Premium, Ultimate] |