diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-15 03:10:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-15 03:10:33 +0000 |
commit | 0555b45841cefbd64a7bff0d58f7cb3b5bd06d97 (patch) | |
tree | a4281f363c1e6743e0ebdb3d2f13002f08c5d418 /config/feature_flags/ops | |
parent | cd6194eb43ddf3df1e96dc836d06dce5f2b7c922 (diff) | |
download | gitlab-ce-0555b45841cefbd64a7bff0d58f7cb3b5bd06d97.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/feature_flags/ops')
-rw-r--r-- | config/feature_flags/ops/auto_disabling_web_hooks.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/feature_flags/ops/auto_disabling_web_hooks.yml b/config/feature_flags/ops/auto_disabling_web_hooks.yml index dab5fb7da1a..2eebdd3d1d9 100644 --- a/config/feature_flags/ops/auto_disabling_web_hooks.yml +++ b/config/feature_flags/ops/auto_disabling_web_hooks.yml @@ -5,4 +5,5 @@ rollout_issue_url: milestone: '15.10' type: ops group: group::integrations -default_enabled: true +default_enabled: false # Keep this value as false, as feature should be disabled by default for self-managed + # https://gitlab.com/gitlab-org/gitlab/-/issues/390157. |