diff --git a/.github/workflows/require-allow-edits.yml b/.github/workflows/require-allow-edits.yml deleted file mode 100644 index 5bc7b455..00000000 --- a/.github/workflows/require-allow-edits.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Require “Allow Edits” - -on: [pull_request_target] - -permissions: - contents: read - -jobs: - _: - permissions: - pull-requests: read # for ljharb/require-allow-edits to check 'allow edits' on PR - name: "Require “Allow Edits”" - - runs-on: ubuntu-latest - - steps: - - uses: ljharb/require-allow-edits@main