-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
featureNew feature or requestNew feature or request
Description
What needs to be done?
Blocked by #17
We need to implement this usecase: sometimes we need to queue multiple issues at once.
That's how it looks like:
@kira-bot queue chain
\```yaml
after: 10
chain:
- 14
- task: 15
chain:
- 16
- 17
- task: 18
after: [14, 17]
\```(note that \ is used for escaping purposes only)
That's what it should do:
- You can work on 14, 15, and 17 in parallel
- You can not work on 16 until 15 is resolved
- You can work on 18 only when both 14 and 17 are resolved
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request