From 633a2ef77ce626b277ad95b16e2226fa097ced29 Mon Sep 17 00:00:00 2001 From: Coding-Dev-Tools Date: Tue, 30 Jun 2026 00:10:28 -0400 Subject: [PATCH] chore(ci): remove stale auto-code-review.yml and cleanup workflow files from staging --- .github/workflows/auto-code-review.yml | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/auto-code-review.yml diff --git a/.github/workflows/auto-code-review.yml b/.github/workflows/auto-code-review.yml deleted file mode 100644 index da486fb..0000000 --- a/.github/workflows/auto-code-review.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Automated Code Review — caller workflow -# -# Drop this file into any Coding-Dev-Tools repo at -# .github/workflows/auto-code-review.yml to enable -# automated PR code review (lint, format, secret detection, -# TODO/FIXME check, large file check, and PR comment summary). -# -# The reusable workflow is defined in the org .github repo: -# Coding-Dev-Tools/.github/.github/workflows/auto-code-review.yml@main - -name: Auto Code Review - -on: - pull_request: - branches: [main, master] - types: [opened, synchronize, reopened] - push: - branches: [main, master] - workflow_dispatch: - -permissions: - contents: read - pull-requests: write - security-events: write - -jobs: - code-review: - uses: Coding-Dev-Tools/.github/.github/workflows/auto-code-review.yml@main