mirror of
https://github.com/github/codeql-action.git
synced 2026-05-01 19:30:49 +00:00
Include queries from repo properties in AugmentationProperties
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user