Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Harband <ljharb@gmail.com>2020-09-01 01:35:23 +0300
committerRich Trott <rtrott@gmail.com>2020-09-04 06:39:18 +0300
commit07423b5472c27d86b4b8047d150d75756ad01f3c (patch)
tree52c78539f688947f3020d728680c4ea2a6799532 /.github
parente5116b304f67e4989a8ff87fd558eca6363947a5 (diff)
build: require "allow edits" to be checked
PR-URL: https://github.com/nodejs/node/pull/35002 Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/require-allow-edits.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/require-allow-edits.yml b/.github/workflows/require-allow-edits.yml
new file mode 100644
index 00000000000..31a3d24efb4
--- /dev/null
+++ b/.github/workflows/require-allow-edits.yml
@@ -0,0 +1,14 @@
+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 }}