GitHub Issue closed

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

Usage with a syntax

➑️ TODO(on:issue_closed('rails', 'rails', 631))

Authorization

This trigger can be used to monitor issues on any public repositories or private repositories belonging to the same organization the TODO is introduced.

Examples

Expire a TODO when the issue #631 from the Rails repository is closed

➑️ 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.

Examples

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)

Last updated

Was this helpful?