Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions on params #14

Open
janpio opened this issue Sep 20, 2018 · 1 comment
Open

Questions on params #14

janpio opened this issue Sep 20, 2018 · 1 comment

Comments

@janpio
Copy link
Contributor

janpio commented Sep 20, 2018

Before I start nitpicking on small things, let me say 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.


added_label: (has one argument, the string representing the name of the label)

  • Does that mean added_label only works with 1 label?
  • How can I achieve a column for two or more labels? Add added_label twice to the config?
  • Can I somehow also move an issue/PR as soon as any label is added?
  1. Bolding of parameters

The example uses ** around the parameters. The example project board doesn't seem to use it for all params.

What is the difference?
Must one use **?
Or can one just use **?

@project-bot project-bot bot added this to To do in Main Project Sep 20, 2018
@philschatz
Copy link
Owner

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

Does that mean added_label only works with 1 label?

yes.

Does that mean added_label only works with 1 label?

It depends. If you want a column to have issues when either Label1 or Label2 are added then you can have a 2-item list:

  • added_label Label1
  • added_label Label2

Having cards move when they have Label1 and Label2 is not currently possible but maybe something like has_labels **Label1** **Label2** could be added in the future

Can I somehow also move an issue/PR as soon as any label is added?

hmm, this is not currently possible but it seems like it could be added. Then, one could just write added_label

Bolding of parameters

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Main Project
  
To do
Development

No branches or pull requests

2 participants