From d1a8bac48a1321cec0cc6d9aa9c0506673e8ac51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Paul=20Lem=C3=A9nager?= <pa-lem@hotmail.fr>
Date: Wed, 15 Jan 2025 16:45:19 +0100
Subject: [PATCH] remove pull_requests option from config (#5472)

---
 frontend/app/src/shared/api/rest/types.generated.ts | 5 -----
 frontend/app/tests/fixtures/config.json             | 1 -
 frontend/app/tests/mocks/data/config.ts             | 1 -
 3 files changed, 7 deletions(-)

diff --git a/frontend/app/src/shared/api/rest/types.generated.ts b/frontend/app/src/shared/api/rest/types.generated.ts
index 24f2cfa9ac..15c5a7664b 100644
--- a/frontend/app/src/shared/api/rest/types.generated.ts
+++ b/frontend/app/src/shared/api/rest/types.generated.ts
@@ -1172,11 +1172,6 @@ export interface components {
         };
         /** ExperimentalFeaturesSettings */
         ExperimentalFeaturesSettings: {
-            /**
-             * Pull Request
-             * @default false
-             */
-            pull_request: boolean;
             /**
              * Graphql Enums
              * @default false
diff --git a/frontend/app/tests/fixtures/config.json b/frontend/app/tests/fixtures/config.json
index be5994847d..da4b4c5501 100644
--- a/frontend/app/tests/fixtures/config.json
+++ b/frontend/app/tests/fixtures/config.json
@@ -22,7 +22,6 @@
     "api_key": null
   },
   "experimental_features": {
-    "pull_request": false,
     "graphql_enums": false
   },
   "sso": {
diff --git a/frontend/app/tests/mocks/data/config.ts b/frontend/app/tests/mocks/data/config.ts
index 53630e91aa..dd500fb64f 100644
--- a/frontend/app/tests/mocks/data/config.ts
+++ b/frontend/app/tests/mocks/data/config.ts
@@ -22,7 +22,6 @@ export const configMocks = {
     api_key: null,
   },
   experimental_features: {
-    pull_request: false,
     graphql_enums: false,
   },
   sso: {