Skip to content

Commit 76dc189

Browse files
ljharbrichardlau
authored andcommitted
build: require "allow edits" to be checked
PR-URL: #35002 Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 70a341b commit 76dc189

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Require “Allow Edits”
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
_:
7+
name: "Require “Allow Edits”"
8+
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: ljharb/require-allow-edits@main
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)