Skip to content

Commit

Permalink
Add feature flag for ci check logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Nov 9, 2021
1 parent da05a90 commit 915b6da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/lib/feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ export function enableCICheckRuns(): boolean {
return enableDevelopmentFeatures()
}

/** Should ci check runs show logs? */
export function enableCICheckRunsLogs(): boolean {
return false
}

/** Should we show previous tags as suggestions? */
export function enablePreviousTagSuggestions(): boolean {
return enableBetaFeatures()
Expand Down

0 comments on commit 915b6da

Please sign in to comment.