project-bot icon indicating copy to clipboard operation
project-bot copied to clipboard

Rules in configuration cards

Open janpio opened this issue 7 years ago • 1 comments

Same disclaimer as on my other issue(s): I absolutely love this project and am absolutely planning it on some repositories with loads of PRs and issues - it will be such a great help if I actually get it working as I need it to.


  • Do the rules have to be wrapped in ` to work?
  • Be in a list?
  • Could the ordering of rules be relevant in any way?

janpio avatar Sep 20 '18 11:09 janpio

Thanks for asking! Hopefully I can help answer your questions.

Do the rules have to be wrapped in ` to work?

They should be wrapped in ` to work. Unfortunately the parser is not very advanced so it relies on markdown elements to denote breaks. Otherwise something like add_label New Issue could be ambiguous. It currently supports not using ` but that feature is deprecated.

be in a list?

Yes, and it should be an unnumbered list to help clarify that the card is moved when any of the rules apply.

Could the ordering of rules be relevant in any way?

the ordering does not really matter

If you have suggestions for a better way to format the cards I would be happy to improve the format

philschatz avatar Sep 22 '18 21:09 philschatz