blombard / move-to-next-iteration

Automatically move issues to next iteration
MIT License
30 stars 13 forks source link

Option to define excluded statuses instead #5

Closed agarzola closed 7 months ago

agarzola commented 8 months ago

We have several projects each with their own set of statuses, each of which may need to be adjusted from time to time. The Done status, however, is the least likely to change, and it happens to be the only status we don’t need to move from one iteration to another.

I think it would be helpful to have the option to declare a set of excluded statuses that should not cause issues to be moved, as opposed to a set of statuses that should be moved (as is currently implemented). Would you accept a PR that implements this as an optional feature?

blombard commented 8 months ago

Hey @agarzola this definitely seems like a good idea so feel free to open a PR 👍

agarzola commented 7 months ago

I’ll submit a PR this week, then. Thanks, @blombard!