GitHub Issue closed

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

Usage

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

Last updated