RedHatQE / newa

New Errata Workflow Automation.
Apache License 2.0
0 stars 4 forks source link

Implement conditioned includes in issue config file #58

Open kkaarreell opened 2 months ago

kkaarreell commented 2 months ago

It would be nice to have includes conditioned, e.g. instead of

include:
 - https://foo/bar

we could have

include:
  - url: https://foo/bar
    when: 'some condition'