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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-12 08:28:11 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-12 08:28:11 +0300
commit8480b48f027dd826615ab1304528f653a96f8964 (patch)
treeeec2610f403a5eca4f477c4dd435dd3a8c8e9679
parent3e8fa7c272824fdfceb5a4de5292592c148433e9 (diff)
featureflag: Fix missing issue for `FixRoutingWithAdditionalRepository`
The `FixRoutingWithAdditionalRepository` feature flag is missing its issue link. Add it.
-rw-r--r--internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go b/internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go
index 4d01587e0..2cd2b63dd 100644
--- a/internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go
+++ b/internal/metadata/featureflag/ff_fix_routing_with_additional_repository.go
@@ -8,6 +8,6 @@ package featureflag
var FixRoutingWithAdditionalRepository = NewFeatureFlag(
"fix_routing_with_additional_repository",
"v16.0.0",
- "",
+ "https://gitlab.com/gitlab-org/gitaly/-/issues/5134",
false,
)