We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
queue chain
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
(note that
\
is used for escaping purposes only)That's what it should do:
The text was updated successfully, but these errors were encountered: