Jordan Harband
4 years ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
name: Require “Allow Edits” |
||||
|
||||
on: [pull_request_target] |
||||
|
||||
jobs: |
||||
_: |
||||
name: "Require “Allow Edits”" |
||||
|
||||
runs-on: ubuntu-latest |
||||
|
||||
steps: |
||||
- uses: ljharb/require-allow-edits@main |
||||
env: |
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Loading…
Reference in new issue