GitHub Pull Request closed

Use the GitHub Pull Request closed trigger to expire a TODO when a GitHub Pull Request is closed.

Usage

➡️ 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))

Last updated