Skip to content

Alias branch types in config #995

@JakeGinnivan

Description

@JakeGinnivan

Lets be honest. Regexes as keys kinda sucks...

branches:
  (pull|pull\-requests|pr)[/-]:
    tag-name-pattern: '[/-](?<number>\d+)[-/]'

Lets fix this in v4 and change to something like:

branches:
  pullrequest:
    match: '(pull|pull\-requests|pr)[/-]'
    tag-name-pattern: '[/-](?<number>\d+)[-/]'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions