GitHub Issue closed

Usage with a syntax
β‘οΈ TODO(on:
issue_closed
(
'rails', 'rails', 631
))
Authorization
This trigger can be used to monitor issues on any public repositories or private repositories belonging to the same organization the TODO is introduced.
Examples
Usage when detected automatically
When the repository or organisation is not specified, Catana will assume you are referring to an issue in the current repository.
Examples
TODO: Reuse the calendar component once we fix #754
Equivalent to: issue_closed
(
'org', 'repo', 754
)
TODO: Awaiting for kubernetes/k8s.io#7314
Equivalent to: issue_closed
(
'kubernetes', 'k8s.io', 7314
)
TODO: Do something if https://github.com/github-linguist/linguist/pulls/344 is resolved
Equivalent to: issue_closed
(
'github-linguist', 'linguist', 344
)
Last updated
Was this helpful?