From 24f84c1a72f882ec2587838730e7dafab9f11a2e Mon Sep 17 00:00:00 2001 From: 5an7y Date: Thu, 26 Feb 2026 10:07:01 -0800 Subject: [PATCH] Disable tag-codeowner-on-issue workflow Added 'if: false' to the job to prevent it from running while preserving the code. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/tag-codeowner-on-issue.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tag-codeowner-on-issue.yml b/.github/workflows/tag-codeowner-on-issue.yml index ec7524ac1..fceed6334 100644 --- a/.github/workflows/tag-codeowner-on-issue.yml +++ b/.github/workflows/tag-codeowner-on-issue.yml @@ -6,6 +6,7 @@ on: jobs: tag-codeowner: + if: false # Disabled - workflow intentionally turned off runs-on: ubuntu-latest steps: