biofriction-wp-theme/node_modules/object.assign/.github/workflows/require-allow-edits.yml

15 lines
254 B
YAML
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
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 }}