From 2b93242dbf1797a1729ff42cc35a95aeec2a774d Mon Sep 17 00:00:00 2001 From: Kellen Swain Date: Thu, 8 Jan 2026 21:18:47 +0000 Subject: [PATCH] Removing this Action as it requires write permissions, which the K8s org does not allow. We will have to write this using the k8s CI, likely Prow --- .github/workflows/non-main-gatekeeper.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/non-main-gatekeeper.yml diff --git a/.github/workflows/non-main-gatekeeper.yml b/.github/workflows/non-main-gatekeeper.yml deleted file mode 100644 index d6b6c7c3af..0000000000 --- a/.github/workflows/non-main-gatekeeper.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Label non-main PRs - -on: - pull_request: - types: [opened, edited, synchronize, reopened] - -jobs: - add-label: - permissions: - pull-requests: write - runs-on: ubuntu-latest - steps: - - name: Add labels when base branch is not main - if: github.event.pull_request.base.ref != 'main' - uses: actions-ecosystem/action-add-labels@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - labels: | - do-not-merge/hold - do-not-merge/cherry-pick-not-approved