This trigger can be used to monitor pull requests on any public repositories or private repositories belonging to the same organization the TODO is introduced.
Examples
Expire a TODO when the Pull Request #44 from the lodash repository is closed
β‘οΈ TODO(on:pr_closed('lodash', 'lodash', 44))
Usage when detected automatically
When the repository or organisation is not specified, Catana will assume you are referring to a Pull Request in the current repository.
Examples
TODO: Skipping this test until we fix #881Equivalent to: pr_closed('org', 'repo', 881)