GitHub Issue closed
Last updated
Last updated
Use the GitHub issue closed trigger to expire a TODO when a GitHub issue is closed.
➡️ TODO(on:
issue_closed
(
'rails', 'rails', 631
))
This trigger can be used to monitor issues on any public repositories or private repositories belonging to the same organization the TODO is introduced.
When the repository or organisation is not specified, Catana will assume you are referring to an issue in the current repository.
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
)