GitHub Pull Request closed

Usage with a syntax
➡️ TODO(on:
pr_closed
(
'lodash', 'lodash', 44
))
Authorization
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
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 #881
Equivalent to: pr_closed
(
'org', 'repo', 881
)
Last updated
Was this helpful?