Skip to content

Label filters based on Head & Base branch names #27

@deepakputhraya

Description

@deepakputhraya

Are there any plans to add labels based on regex matching head/base branch?

Current config -

feature: ['feature/*', 'feat/*']
fix: fix/*
chore: chore/*
fixed-branch: fixed-branch-name

Suggested config

feature:
  head: ["feature/*", "feat/*"]
hotfix:
  base: master
  ignore: ["develop"]
release:
  head: develop
  base: master

This could give more control over labelling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions