GitHub Pull Request closed

The GitHub Pull Request closed is an alias to the GitHub Issue closed trigger.

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

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 #881 Equivalent to: pr_closed('org', 'repo', 881)

Last updated

Was this helpful?