From 2afa0efa555e45e1208800ce8795e395612e6f80 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 7 Sep 2020 16:51:58 -0700 Subject: [PATCH] Revert "build: require "allow edits" to be checked" This reverts commit 07423b5472c27d86b4b8047d150d75756ad01f3c. Refs: https://github.com/nodejs/node/pull/35002#issuecomment-688363345 PR-URL: https://github.com/nodejs/node/pull/35094 Reviewed-By: Mary Marchini Reviewed-By: Richard Lau --- .github/workflows/require-allow-edits.yml | 14 -------------- 1 file changed, 14 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 31a3d24efb423d..00000000000000 --- a/.github/workflows/require-allow-edits.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Require “Allow Edits” - -on: [pull_request] - -jobs: - _: - name: "Require “Allow Edits”" - - runs-on: ubuntu-latest - - steps: - - uses: ljharb/require-allow-edits@main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}