Skip to content

Commit 7363e8f

Browse files
committed
[actions] add "Require Allow Edits" action
1 parent f59fd3c commit 7363e8f

File tree

1 file changed

+15
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)