🌱 Replace local governance workflows with llm-d-infra callers#614
🌱 Replace local governance workflows with llm-d-infra callers#614clubanderson wants to merge 1 commit intollm-d:mainfrom
Conversation
|
🚨 Unsigned commits detected! Please sign your commits. For instructions on how to set up GPG/SSH signing and verify your commits, please see GitHub Documentation. |
Migrate to shared reusable workflows from llm-d/llm-d-infra, replacing local copy-pasted workflow files with thin callers: - Prow commands, automerge, and remove-lgtm - Stale/unstale issue lifecycle management - Signed commits enforcement - Typo checking - Markdown link validation - Non-main branch gatekeeper Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Andrew Anderson <andy@clubanderson.com>
1b07282 to
af1377f
Compare
|
@nilig can you ptal - centralizing workflows to make this easier to maintain |
|
PTAL @elevran @nirrozenbaum 👋 This PR is part of an org-wide effort to unify and centralize governance workflows (prow commands, auto-merge, stale issue management, signed-commit checks, typo checking, markdown link validation, etc.) into a single shared repo: Why? Currently these identical workflows are copy-pasted across 8+ repos, making maintenance painful. By centralizing them as reusable workflows, we get:
This PR replaces the local workflow copies with thin callers that reference the shared workflows. No behavior changes — just consolidation. |
|
Consolidated into #616 |
Summary
llm-d/llm-d-infrareusable workflowsThis is a companion to PR #613 (pre-commit config). That PR adds pre-commit; this PR migrates governance workflows.
Test plan
/lgtm,/approve) still workDepends on: llm-d/llm-d-infra#2 (already merged)