Interface RequestEventMatcher
Properties
Optional
assignees
assignees?: string[]
body
body
: ((request
: Request, event
: RequestEvent, tags
: Tags) => string)
Type declaration
-
- (request: Request, event: RequestEvent, tags: Tags): string
-
Parameters
-
request: Request
-
event: RequestEvent
-
Returns string
Optional
labels
labels?: string[]
Optional
milestone
milestone?: number
predicate
predicate
: ((request
: Request, event
: RequestEvent, tags
: Tags) => boolean)
Type declaration
-
- (request: Request, event: RequestEvent, tags: Tags): boolean
-
Parameters
-
request: Request
-
event: RequestEvent
-
Returns boolean
title
title
: ((request
: Request, event
: RequestEvent, tags
: Tags) => string)
Type declaration
-
- (request: Request, event: RequestEvent, tags: Tags): string
-
Parameters
-
request: Request
-
event: RequestEvent
-
Returns string
Rule that controls which request matches, and which GitHub issue should be created.
The rule
predicate
determines whether a request matches or not.