Skip to content

Adopt the job-suffix naming for the PR-gate aggregator - #237

Merged
ptr727 merged 1 commit into
developfrom
feature/adopt-pr-gate-job-naming
Jul 5, 2026
Merged

Adopt the job-suffix naming for the PR-gate aggregator#237
ptr727 merged 1 commit into
developfrom
feature/adopt-pr-gate-job-naming

Conversation

@ptr727

@ptr727 ptr727 commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Adopts the fleet-standard <name> job naming for the ruleset-bound PR-gate aggregator, removing the old un-suffixed exception. All five audited downstream repos already use Check pull request workflow status job; the template was the lone holdout (the audits confirmed this).

  • Rename the job in test-pull-request.yml + both repo-config/{develop,main}.json contexts.
  • Replace the do-not-rename exception in AGENTS.md / WORKFLOW.md (D1.5, D9.2, name-suffix rule) with the new rule: a ruleset-bound job.s name: and its ruleset context: are one string, renamed together (job + repo-config + live ruleset in lockstep) or enforcement breaks. Update the check-name references in README.md / repo-config/README.md / the WORKFLOW diagram.
  • Correct the Utilities/PlexCleaner reports: the ...job naming is canonical, not a drift (they predated this adoption).

Coordination: the live develop+main rulesets are moved to the new context Check pull request workflow status job in lockstep at merge time (this PR is intentionally blocked on the old required check until then). Maintainer-supervised.

🤖 Generated with Claude Code

Rename the ruleset-bound aggregator to "Check pull request workflow status job", matching the fleet's <name> job convention and removing the old un-suffixed exception. The job name and the ruleset context are one string renamed together: updates test-pull-request.yml, repo-config/{develop,main}.json, and the exception rules + references in AGENTS.md / WORKFLOW.md / README.md / repo-config/README.md. Requires the live develop+main rulesets to move to the new context in lockstep (done at merge).

Correct the Utilities and PlexCleaner audit reports: the ...job naming is the fleet canonical, not a drift (those reports predated this adoption).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 5, 2026 13:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns the template repository with the fleet-standard convention that all job name: values end in job, including the ruleset-bound PR-gate aggregator, and updates the corresponding required-status-check context everywhere it is referenced.

Changes:

  • Rename the PR-gate aggregator job name: to Check pull request workflow status job in .github/workflows/test-pull-request.yml.
  • Update both committed ruleset JSONs (repo-config/develop.json, repo-config/main.json) to require the new status-check context string.
  • Propagate the new canonical check name and the “rename job + ruleset context together” rule across governance docs and the affected audit reports.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
WORKFLOW.md Updates the job/step naming rule and the workflow diagram to use Check pull request workflow status job.
reports/utilities/audit.md Reclassifies the ... job required-check naming as canonical (not drift) and updates the narrative accordingly.
reports/plexcleaner/audit.md Same as Utilities: corrects the report to treat the ... job naming as canonical.
repo-config/README.md Updates the documented required check name to Check pull request workflow status job.
repo-config/main.json Renames the required status check context to Check pull request workflow status job.
repo-config/develop.json Renames the required status check context to Check pull request workflow status job.
README.md Updates the public-facing description of the ruleset-bound aggregator check name.
AGENTS.md Replaces the old “do not rename” exception with the new “rename job name + ruleset context together” rule and updates references.
.github/workflows/test-pull-request.yml Renames the aggregator job name: and updates the adjacent comment to reflect the new rename-in-lockstep rule.

@ptr727
ptr727 merged commit b47c75e into develop Jul 5, 2026
7 checks passed
@ptr727
ptr727 deleted the feature/adopt-pr-gate-job-naming branch July 5, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants