From 2dbd38c6de72b887a5d6f6ba260c2bce6dd7ba02 Mon Sep 17 00:00:00 2001 From: curquiza Date: Thu, 22 Jan 2026 17:42:03 +0100 Subject: [PATCH] Remove unused CI --- .github/workflows/code-sample-automation.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/code-sample-automation.yml diff --git a/.github/workflows/code-sample-automation.yml b/.github/workflows/code-sample-automation.yml deleted file mode 100644 index 61fabae2f..000000000 --- a/.github/workflows/code-sample-automation.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Add PR to Code Samples Changes project - -on: - pull_request_target: - types: [opened, edited, synchronize] - paths: - - '.code-samples.meilisearch.yaml' - -jobs: - add-pr-to-project: - runs-on: ubuntu-22.04 - steps: - - uses: actions/add-to-project@32da07cbb30091816ce54192caf97979d0812456 - with: - project-url: https://github.com/orgs/meilisearch/projects/44 - github-token: ${{ secrets.GH_TOKEN }}