From 82b56f6e57e30dfd5919cd364326c4aa7da6d7cd Mon Sep 17 00:00:00 2001 From: Gloire Rubambiza Date: Fri, 24 Apr 2026 09:51:54 -0700 Subject: [PATCH] chore: Remove project board automation workflow The prioritization project board workflow is no longer needed. Signed-off-by: Gloire Rubambiza --- .github/workflows/project.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/project.yml diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml deleted file mode 100644 index f6f4f4e5..00000000 --- a/.github/workflows/project.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Kagenti Project Automation - -on: - issues: - types: [opened] - pull_request_target: - types: [opened] - -permissions: - contents: read - -jobs: - add: - name: Add item to Kagenti Project - - permissions: - issues: write - pull-requests: write - contents: read - - # Pinned to @main intentionally: org-internal workflows propagate updates automatically. - uses: kagenti/.github/.github/workflows/add-to-project.yml@main - secrets: inherit -