Compare commits
No commits in common. "187baf39bb6ef5cccc41612279b9fe6ea25fd9bb" and "ec41e17a648d5b4f43a8b58a9952f07895203faa" have entirely different histories.
187baf39bb
...
ec41e17a64
1 changed files with 7 additions and 7 deletions
14
.github/workflows/labels.yml
vendored
14
.github/workflows/labels.yml
vendored
|
|
@ -21,13 +21,13 @@ name: labels
|
||||||
# one `review_requested` event per panelist per request, so every review
|
# one `review_requested` event per panelist per request, so every review
|
||||||
# round displaces runs and the rate scales with panel size. The
|
# round displaces runs and the rate scales with panel size. The
|
||||||
# sweep now lives in labels-sweep.yml behind its own caller, and the
|
# sweep now lives in labels-sweep.yml behind its own caller, and the
|
||||||
# trigger job below is its instant wake: it fires on every issue event and
|
# trigger job below is its wake: it fires on every event this caller
|
||||||
# same-repository PR event this caller subscribes to, preserving that part of
|
# subscribes — the exact surface that used to run reconcile directly — so
|
||||||
# the surface that used to run reconcile directly. Same-repository wake latency
|
# same-repository wake latency (#137) remains seconds-scale, while a displaced
|
||||||
# (#137) remains seconds-scale, while a displaced sweep cancels on the Actions
|
# sweep cancels on the Actions tab, attached to no PR. Fork-headed runs cannot
|
||||||
# tab, attached to no PR. Fork-headed runs cannot dispatch with their read-only
|
# dispatch with their read-only token, so their labels arrive on the scheduled
|
||||||
# token, so their labels arrive on the scheduled sweep cadence. PR checks show
|
# sweep cadence. PR checks show scope + trigger for same-repository heads, or
|
||||||
# scope + trigger for same-repository heads, or fork_head for fork heads.
|
# fork_head for fork heads.
|
||||||
#
|
#
|
||||||
# This cannot loop: the trigger's dispatch and the reconciler's label
|
# This cannot loop: the trigger's dispatch and the reconciler's label
|
||||||
# writes both use GITHUB_TOKEN. GitHub does not create workflow runs from
|
# writes both use GITHUB_TOKEN. GitHub does not create workflow runs from
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue