Browse Source

[actions] add "Allow Edits" workflow

Jordan Harband 4 years ago
parent
commit
11a9d22607
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
  1. 14
      .github/workflows/require-allow-edits.yml

14
.github/workflows/require-allow-edits.yml

@ -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…
Cancel
Save