Skip to content

Commit 8241e80

Browse files
committed
docs: stop naming private repositories in a public workflow comment
The header comments I added in 5721334 listed the organisation's private consumer repositories by name, and named a specific private repo's protected branch, inside a repository that is public. That is the same disclosure the automation move at 0783dc1 was meant to avoid. Reworded to describe the constraint without the inventory. No behaviour change; comments only. Landed as a new commit rather than an amend, since 5721334 is already pushed.
1 parent 5721334 commit 8241e80

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/codex-rails-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: codex-rails-check
22

3-
# Reusable org rails check. Called by cerebro, chat, deploy, finance, maestro,
4-
# maestro-internal and platform. Runs on whatever runner the caller names, so it
5-
# may only depend on tools proven to exist on both the Hetzner VM image and the
6-
# ARC container image. Ruby exists on the former and not the latter, so every
7-
# parse step below runs on python3 + PyYAML, asserted up front by the preflight.
3+
# Reusable org rails check, called by repositories across the organisation.
4+
# It runs on whatever runner the caller names, so it may only depend on tools
5+
# proven to exist on every runner image we operate. Ruby exists on the older
6+
# self-hosted image and not on the ARC image, so every parse step below runs on
7+
# python3 + PyYAML, asserted up front by the preflight.
88

99
on:
1010
pull_request:

.github/workflows/review-thread-guard.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: review-thread-guard
22

3-
# Produces the `unresolved-review-threads` check, which is a required status
4-
# check on evalops/maestro-internal main. It runs on the caller's runner, so it
5-
# may only depend on tools present on both the Hetzner VM image and the ARC
6-
# container image. The guard used to shell out to Ruby; ARC ships no Ruby, so
7-
# the guard now runs on python3 (standard library only) with an explicit
8-
# preflight and a fixture self-test that proves the gate can still fail.
3+
# Produces the `unresolved-review-threads` check, which callers wire up as a
4+
# required status check on protected branches. It runs on the caller's runner,
5+
# so it may only depend on tools present on every runner image we operate. The
6+
# guard used to shell out to Ruby; the ARC image ships no Ruby, so it now runs
7+
# on python3 (standard library only) with an explicit preflight and a fixture
8+
# self-test that proves the gate can still fail.
99

1010
on:
1111
workflow_call:

0 commit comments

Comments
 (0)