mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-07-03 12:32:28 +08:00
19 lines
333 B
YAML
19 lines
333 B
YAML
name: Require “Allow Edits”
|
|
|
|
on: [pull_request_target]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
_:
|
|
permissions:
|
|
pull-requests: read # for ljharb/require-allow-edits to check 'allow edits' on PR
|
|
|
|
name: "Require “Allow Edits”"
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: ljharb/require-allow-edits@main
|