Include queries from repo properties in AugmentationProperties

This commit is contained in:
Michael B. Gale
2025-09-20 13:02:43 +01:00
parent 6150aff57f
commit ed216a06d2
15 changed files with 121 additions and 60 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ import { RepositoryNwo } from "../repository";
/**
* Enumerates repository property names that have some meaning to us.
*/
export enum RepositoryPropertyName {}
export enum RepositoryPropertyName {
EXTRA_QUERIES = "github-codeql-extra-queries",
}
/**
* A repository property has a name and a value.