block-quote On this pagechevron-down
copy Copy chevron-down
π TriggersGitHub Issue closed Usage with a syntax
β‘οΈ 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.
chevron-right Expire a TODO when the issue #631 from the Rails repository is closed hashtag β‘οΈ TODO(on: issue_closed ( 'rails', 'rails', 631 ))
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.
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 )