mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 20:24:51 +00:00
Add branch to MatchConfig interface
This commit is contained in:
@@ -6,6 +6,7 @@ import { Minimatch, IMinimatch } from "minimatch";
|
||||
interface MatchConfig {
|
||||
all?: string[];
|
||||
any?: string[];
|
||||
branch?: string;
|
||||
}
|
||||
|
||||
type StringOrMatchConfig = string | MatchConfig;
|
||||
|
||||
Reference in New Issue
Block a user