/home/techb158/.nvm/.github/workflows
NameSizeModeActions
latest-npm.yml20520664editdlrm
lint.yml19380664editdlrm
rebase.yml4580664editdlrm
release.yml9320664editdlrm
require-allow-edits.yml4340664editdlrm
shellcheck.yml15100664editdlrm
toc.yml9530664editdlrm
windows-npm.yml42570664editdlrm
Edit: /home/techb158/.nvm/.github/workflows/require-allow-edits.yml (434B)
name: Require “Allow Edits” on: [pull_request_target] jobs: _: permissions: pull-requests: read name: "Require “Allow Edits”" runs-on: ubuntu-latest steps: - name: Harden Runner uses: step-security/harden-runner@v1 with: allowed-endpoints: api.github.com:443 - uses: ljharb/require-allow-edits@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}