Skip to content

Allow multiple assignees for a new action #7

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

Closed
r12a opened this issue Jul 11, 2023 · 3 comments
Closed

Allow multiple assignees for a new action #7

r12a opened this issue Jul 11, 2023 · 3 comments

Comments

@r12a
Copy link

r12a commented Jul 11, 2023

It would be nice if it were possible to assign more than one person at a time to an action when it is being created in IRC, rather than having to do that in GitHub later.

Could we perhaps have a syntax such as the following?

action tom+dick+harry: do something useful
@r12a
Copy link
Author

r12a commented Jul 11, 2023

It seems that this is already possible using:

action tom,dick,harry: do something useful

See

@names = map($self->name_to_login($_), split(/ *, */, $names));
(from Dom)

Perhaps we could add that to the Creating an action section in the documentation.

@bert-github
Copy link
Contributor

It is now documented and has an example in the section ‘Creating an action’ as well as in the built-in help.

@r12a
Copy link
Author

r12a commented Jul 11, 2023

Thanks!

bert-github added a commit that referenced this issue Jul 20, 2023
Accepts syntax "note #7: comment" or "comment #7: comment".

If the word "due" occurs twice in an action, use the last one to find
the due date.

Use ISO date syntax and the text "Due: yyyy-mm-dd" for the due date
(see issue #5).
bert-github added a commit that referenced this issue Jan 26, 2024
…Allow the word "on" after comment, as in "comment on #7".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants