Skip to main content
github.onIssueEvent exposes the broad GitHub issues webhook family. Use it for actions that don’t have a semantic trigger.
automations/watch-github-issues.automation.ts
Optional static account defaults to the project’s GitHub App installation binding and can’t be a signal. The installation receives events only for repositories it can access and needs Issues read permission. Returns Signal<GitHubIssueEvent>, GitHub’s issue webhook union, with action, issue, repository, sender, installation, and action-specific fields. Prefer On GitHub issue opened, reopened, or closed for those cases.