Merge pull request #29424 from lukealbao/luke/branch-slash-doc

[docs] add branch naming caveat to github discovery integration
This commit is contained in:
Fredrik Adelöw
2025-04-01 13:02:38 +01:00
committed by GitHub
4 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ If you do so, `default` will be used as provider ID.
Wildcards cannot be used if the `validateLocationsExist` option is set to `true`.
- **`filters`** _(optional)_:
- **`branch`** _(optional)_:
String used to filter results based on the branch name.
String used to filter results based on the branch name. Branch name cannot have any slash (`/`) characters.
Defaults to the default Branch of the repository.
- **`repository`** _(optional)_:
Regular expression used to filter results based on the repository name.