From f07c2ad085c79fb5c832707c51cd57a6d0abf488 Mon Sep 17 00:00:00 2001 From: Nodoubtz <53144580+nodoubtz@users.noreply.github.com> Date: Thu, 27 Mar 2025 09:05:53 -0400 Subject: [PATCH] Delete .github/workflows/require-allow-edits.yml Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com> --- .github/workflows/require-allow-edits.yml | 24 ----------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/require-allow-edits.yml diff --git a/.github/workflows/require-allow-edits.yml b/.github/workflows/require-allow-edits.yml deleted file mode 100644 index 13cafee..0000000 --- a/.github/workflows/require-allow-edits.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Require “Allow Edits” - -on: [pull_request_target] - -permissions: - contents: read - -jobs: - _: - permissions: - pull-requests: read - name: "Require “Allow Edits”" - - runs-on: ubuntu-latest - - steps: - - name: Harden Runner - uses: step-security/harden-runner@v2 - with: - allowed-endpoints: - api.github.com:443 - - uses: ljharb/require-allow-edits@main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}