Skip to content

Commit

Permalink
[actions] add "Allow Edits" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 28, 2020
1 parent b8cc020 commit e2854df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/require-allow-edits.yml
@@ -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 }}

0 comments on commit e2854df

Please sign in to comment.