Sign in
cobalt
/
third_party
/
nvm
/
ed321f1df0c3d0b4436c95f4083202fb8f0d4175
/
.
/
.github
/
workflows
/
require-allow-edits.yml
blob: aac42d3e29c7af0128e91f3cbb4b378bfa70be8e [
file
]
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 }}