We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56e3293 + a533631 commit c391460Copy full SHA for c391460
expr_sema.go
@@ -230,6 +230,7 @@ var BuiltinGlobalVariableTypes = map[string]ExprType{
230
"repository_owner": StringType{},
231
"repository_owner_id": StringType{},
232
"repositoryurl": StringType{}, // repositoryUrl
233
+ "repository_visibility": StringType{},
234
"retention_days": NumberType{},
235
"run_id": StringType{},
236
"run_number": StringType{},
0 commit comments