1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-01 13:47:27 +02:00

chore: remove flag githubAuth (#10457)

https://linear.app/unleash/issue/2-3736/remove-githubauth-feature-flag

Removes `githubAuth` feature flag.
This commit is contained in:
Nuno Góis 2025-08-11 14:31:28 +01:00 committed by GitHub
parent 918e792af6
commit 105962c5c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,6 @@ export type IFlagKey =
| 'paygInstanceStatsEvents'
| 'timestampsInChangeRequestTimeline'
| 'lifecycleGraphs'
| 'githubAuth'
| 'addConfiguration'
| 'filterFlagsToArchive'
| 'projectListViewToggle';
@ -299,10 +298,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_LIFECYCLE_GRAPHS,
false,
),
githubAuth: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_GITHUB_AUTH,
false,
),
addConfiguration: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_ADD_CONFIGURATION,
false,