Rule that controls which request matches, and which GitHub issue should be created.

The rule predicate determines whether a request matches or not.

Hierarchy

  • RequestEventMatcher

Properties

assignees?: string[]
body: ((request: Request, event: RequestEvent, tags: Tags) => string)

Type declaration

    • (request: Request, event: RequestEvent, tags: Tags): string
    • Parameters

      • request: Request
      • event: RequestEvent
      • tags: Tags

      Returns string

labels?: string[]
milestone?: number
predicate: ((request: Request, event: RequestEvent, tags: Tags) => boolean)

Type declaration

    • (request: Request, event: RequestEvent, tags: Tags): boolean
    • Parameters

      • request: Request
      • event: RequestEvent
      • tags: Tags

      Returns boolean

title: ((request: Request, event: RequestEvent, tags: Tags) => string)

Type declaration

    • (request: Request, event: RequestEvent, tags: Tags): string
    • Parameters

      • request: Request
      • event: RequestEvent
      • tags: Tags

      Returns string

Generated using TypeDoc