sorenlouv / backport

A simple CLI tool that automates the process of backporting commits on a GitHub repo
https://github.com/sqren/backport/blob/main/docs/config-file-options.md
Apache License 2.0
241 stars 57 forks source link

Allow setting target branches by branch name pattern #491

Open azatoth opened 4 months ago

azatoth commented 4 months ago

I would love to be able to set

{
  "targetBranches": ["release\/.*"]
}

and have it match all current existing branches matching this regex (or any other style of pattern if it's reasonable to use instead of regex)