ahebrank / frontback

Front-end issue submission for Gitlab and Trello
2 stars 1 forks source link

add tags conditional on submission path/URL #47

Closed ahebrank closed 5 years ago

ahebrank commented 5 years ago

This would add a configuration mapping:

conditional_path_tags: {
  TAG: PATH,
  TAG: PATH
}

where PATH is evaluated as a regex match against the submitted URL.

ahebrank commented 5 years ago

Initially implemented as a simple in string match.