hive-forge: document ci-rerun --pr's event-type gap on PR status

This commit is contained in:
damocles 2026-08-19 01:59:22 +02:00 committed by mara
commit 62ee57123d
2 changed files with 19 additions and 1 deletions

View file

@ -25,7 +25,9 @@
//! `artifact-get`) and dispatches the SAME workflow on the SAME ref the
//! run used (the run record's `prettyref` + `workflow_id`).
//!
//! Dispatch re-runs the whole workflow, so there is no single-job variant.
//! Dispatch re-runs the whole workflow (no single-job variant). ⚠️ `--pr`
//! verifies the code but doesn't reliably move the PR's own status
//! checks — see `docs/ci.md`'s "CI checks" for why; re-check `pr-status`.
use anyhow::{Context as _, Result, bail};
use clap::Args as ClapArgs;