pub fn observe_github_run(
ctx: &EffectCtx<'_>,
adapter: Adapter,
version: &str,
) -> Option<DelegatedRun>Expand description
Observe the workflow run associated with v{version} for a GitHub-backed
delegated adapter. Returns None for adapters whose delegation is not owned by
GitHub Actions.