From cd14728d800a2d7f602a450016e7e37c8d24ca3c Mon Sep 17 00:00:00 2001 From: Brian Castelli Date: Tue, 9 Jun 2026 12:41:40 -0400 Subject: [PATCH 1/2] CICD-13374 move workflow to proper location --- {org-workflows => .github/workflows}/enforce-codeowners-teams.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {org-workflows => .github/workflows}/enforce-codeowners-teams.yml (100%) diff --git a/org-workflows/enforce-codeowners-teams.yml b/.github/workflows/enforce-codeowners-teams.yml similarity index 100% rename from org-workflows/enforce-codeowners-teams.yml rename to .github/workflows/enforce-codeowners-teams.yml From d707756816a2aafbb0054e9a57e425d4f41ae3a6 Mon Sep 17 00:00:00 2001 From: Brian Castelli Date: Tue, 9 Jun 2026 12:44:53 -0400 Subject: [PATCH 2/2] CICD-13374 update README for new workflow location --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f898a78..d08702d 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Workflows applied across the entire organization via **Required Workflows** (Org Settings → Actions → Required workflows). Each workflow must be registered there by an org admin, pointing at `collibra/.github/@main`. -| File | Purpose | -|----------------------------------------------|-------------------------------------------------------------------| -| `org-workflows/enforce-codeowners-teams.yml` | Rejects CODEOWNERS entries that name individuals instead of teams | +| File | Purpose | +|---------------------------------------------------|-------------------------------------------------------------------| +| `.githuub/workflows/enforce-codeowners-teams.yml` | Rejects CODEOWNERS entries that name individuals instead of teams | ## .github/workflows/