onGitHubPullRequestOpened emits only pull request deliveries whose action is "opened".
automations/watch-opened-github-pull-requests.automation.ts
account defaults to the project binding. Returns Signal<GitHubPullRequestOpenedEvent> with action: "opened" and the complete typed pull request webhook payload. Draft pull requests also emit when first opened; use On GitHub pull request ready for review for the later transition.