Skip to content

Commit

Permalink
[actions] add "Require Allow Edits" action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 29, 2020
1 parent f59fd3c commit 7363e8f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/require-allow-edits.yml
@@ -0,0 +1,15 @@
name: Require “Allow Edits”

on: pull_request_target
types: [opened, synchronize, reopened, edited]

jobs:
_:
name: "Require “Allow Edits”"

runs-on: ubuntu-latest

steps:
- uses: ljharb/require-allow-edits@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7363e8f

Please sign in to comment.