feat(core): Add workflow diffs feature to license checks (no-changelog) (#18130)

This commit is contained in:
Marc Littlemore
2025-08-08 16:51:39 +01:00
committed by GitHub
parent 88318694ce
commit 11dcef36df
7 changed files with 11 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ export interface FrontendSettings {
workerView: boolean;
advancedPermissions: boolean;
apiKeyScopes: boolean;
workflowDiffs: boolean;
projects: {
team: {
limit: number;