hive-forge: document ci-rerun --pr's event-type gap on PR status
This commit is contained in:
parent
30067cbcb2
commit
62ee57123d
2 changed files with 19 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue