You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).
/** @description A comma-separated list of rule targets to filter by.
87757
87757
* If provided, only rulesets that apply to the specified targets will be returned.
87758
87758
* For example, `branch,tag,push`.
87759
-
* */
87759
+
*/
87760
87760
"ruleset-targets": string;
87761
87761
/** @description The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned. */
0 commit comments