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>
pull/35002/head
Jordan Harband 2020-08-31 15:35:23 -07:00 committed by Rich Trott
parent e5116b304f
commit 07423b5472
1 changed files with 14 additions and 0 deletions

View File

@ -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 }}